'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', 'ant_number_of_posts' => '5', 'ant_controls' => 'true', 'ant_ticker_speed' => '200', ); //retrieve post types $args = array( 'public' => true, ); $output = 'names'; // names or objects, note names is the default $operator = 'and'; // 'and' or 'or' $post_types = get_post_types( $args, $output, $operator ); //retrieve post type end here function ant__news_ticker_functions_page(){ global $ant_news_ticker_options; if (! isset($_REQUEST['update'])) $_REQUEST['update']=false; ?>
DEFAULT SETTINGS
SHORTCODE CUSTOMIZATION
Thanks for using Any News Ticker. DO NOT FORGET TO RATE US WITH 5 STAR RATING