| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/pwan.uk/wwwroot - Copy (2)/wp-content/themes/blogier/ |
Upload File : |
<?php
/**
* Default theme options.
*
* @package Blogier
*/
if (!function_exists('blogier_get_default_theme_options')):
/**
* Get default theme options
*
* @since 1.0.0
*
* @return array Default theme options.
*/
function blogier_get_default_theme_options() {
$defaults = array();
$defaults['select_recent_news_category'] = 0;
$defaults['show_main_news_section'] = 0;
return $defaults;
}
endif;