'default_value' ); if (is_admin()) : function ant_news_ticker_register_settings(){ register_setting('ant_load_options', 'ant_news_ticker_options', 'ant_news_ticker_load_valid_options'); } add_action('admin_init', 'ant_news_ticker_register_settings'); //default value $ant_news_ticker_options = array( 'ant_main_bg_color' => '#5b6079', 'ant_title_color' => '#000000', 'ant_title_bg_color' => '#f8f0db', 'ant_ticker_border_radius' => '5px', 'ant_ticker_text_color' => '#ffffff' ); function ant__news_ticker_functions_page(){ global $ant_news_ticker_options; if (! isset($_REQUEST['update'])) $_REQUEST['update']=false; ?>