OwlCyberSecurity - MANAGER
Edit File: redux-args.php
<?php return array ( // setting dev mode to true allows you to view the class settings/info in // the panel 'dev_mode' => false, # default: true // set the icon for the dev mode tab // 'dev_mode_icon' => 'info-sign', # default: info-sign // set the class for the dev mode tab icon // 'dev_mode_icon_class' => '', # default: null // if you want to use Google Webfonts, you MUST define the api key 'google_api_key' => 'AIzaSyB7Yj842mK5ogSiDa3eRrZUIPTzgiGopls', // define the starting tab for the option panel // 'last_tab' => '0', # default: '0' // Define the option panel stylesheet. Options are 'standard', 'custom', // and 'none'. If only minor tweaks are needed, set to 'custom' and // override the necessary styles through the included custom.css // stylesheet. If replacing the stylesheet, set to 'none' and don't // forget to enqueue another stylesheet! 'admin_stylesheet' => 'custom', # default: 'standard' // add HTML before the form // 'intro_text' => __('<p>This text is displayed above the options panel. It isn\'t required, but more info is always better! The intro_text field accepts all HTML.</p>', wpgrade::textdomain()), // add content after the form // 'footer_text' => __('<p>This text is displayed below the options panel. It isn\'t required, but more info is always better! The footer_text field accepts all HTML.</p>', wpgrade::textdomain()), // set footer/credit line // 'footer_credit' => __('<p>This text is displayed in the options panel footer across from the WordPress version (where it normally says \'Thank you for creating with WordPress\'). This field accepts all HTML.</p>', wpgrade::textdomain()), // setup custom links in the footer for share icons 'share_icons' => array ( 'twitter' => array ( 'link' => 'http://twitter.com/pixelgrade', 'title' => __('Follow me on Twitter', wpgrade::textdomain()), 'img' => Redux_OPTIONS_URL.'img/social/Twitter.png' ), 'linked_in' => array ( 'link' => 'http://www.linkedin.com/company/pixelgrade-media', 'title' => __('Find me on LinkedIn', wpgrade::textdomain()), 'img' => Redux_OPTIONS_URL.'img/social/LinkedIn.png' ), 'facebook' => array ( 'link' => 'http://www.facebook.com/PixelGradeMedia', 'title' => __('Find me on LinkedIn', wpgrade::textdomain()), 'img' => Redux_OPTIONS_URL.'img/social/Facebook.png' ), ), // enable the import/export feature // 'show_import_export' => false, # default: true // Set the icon for the import/export tab. // If 'icon_type' => 'image', this should be the path to the icon. // If 'icon_type' => 'iconfont', this should be the icon name. // 'import_icon' => 'refresh', # default: refresh // Set the class for the import/export tab icon. // This is ignored unless 'icon_type' => 'iconfont' 'import_icon_class' => '', # default: null // set a custom option name. Don't forget to replace spaces with underscores! 'opt_name' => wpgrade::shortname().'_options', // set a custom menu icon 'menu_icon' => wpgrade::coremoduleuri($wpgrade_redux_coremodule).'options/img/theme_options.png', // set a custom title for the options page 'menu_title' => __('Theme Options', wpgrade::textdomain()), # default: Options // Set a custom page title for the options page. 'page_title' => __('Options', wpgrade::textdomain()), # default: Options // Set a custom page slug for options page (wp-admin/themes.php?page=***). 'page_slug' => wpgrade::shortname().'_options', # default: redux_options // set a custom page capability // 'page_cap' => 'manage_options', # default: manage_options // set the menu type. Set to "menu" for a top level menu, or "submenu" to add below an existing item // 'page_type' => 'submenu', # default: menu // Set the parent menu. // A list of available parent menus is available at http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters // 'page_parent' => 'options-general.php', # default: themes.php // Set a custom page location. This allows you to place your menu where // you want in the menu order. // Must be unique or it will override other items! 'page_position' => '60.66', # default: null // Set a custom page icon class (used to override the page icon next to heading) // 'page_icon' => 'icon-themes', // Set the icon type. Set to "iconfont" for Font Awesome, or "image" for // traditional. Redux no longer ships with standard icons! // 'icon_type' => 'image', # default: iconfont // 'dev_mode_icon_type' => 'image', // 'import_icon_type' => 'image', // disable the panel sections showing as submenu items // 'allow_sub_menu' => false, # default: true // Set ANY custom page help tabs, displayed using the new help tab API. // Tabs are shown in order of definition. // 'help_tabs' => array // ( // array // ( // 'id' => 'redux-opts-1', // 'title' => __('Theme Information 1', wpgrade::textdomain()), // 'content' => __('<p>This is the tab content, HTML is allowed.</p>', wpgrade::textdomain()) // ), // array // ( // 'id' => 'redux-opts-2', // 'title' => __('Theme Information 2', wpgrade::textdomain()), // 'content' => __('<p>This is the tab content, HTML is allowed.</p>', wpgrade::textdomain()) // ) // ), // Set the help sidebar for the options page. // 'help_sidebar' => __('<p>This is the sidebar content, HTML is allowed.</p>', wpgrade::textdomain()), ); # config