| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/themes/GoodWill/inc/admin/ |
Upload File : |
<?php
/**
* Theme options menu list.
*
* @package the7
* @since 3.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
return array(
'of-skins-menu' => array(
'menu_title' => _x( 'Skins', 'backend', 'the7mk2' ),
),
'of-branding-menu' => array(
'menu_title' => _x( 'Branding', 'backend', 'the7mk2' ),
),
'options-framework' => array(
'menu_title' => _x( 'General Appearance', 'backend', 'the7mk2' ),
),
'of-fonts-menu' => array(
'menu_title' => _x( 'Typography', 'backend', 'the7mk2' ),
),
'of-header-menu' => array(
'menu_title' => _x( 'Top Bar & Header', 'backend', 'the7mk2' ),
),
'of-contentarea-menu' => array(
'menu_title' => _x( 'Page Titles', 'backend', 'the7mk2' ),
),
'of-sidebar-menu' => array(
'menu_title' => _x( 'Sidebar', 'backend', 'the7mk2' ),
),
'of-footer-menu' => array(
'menu_title' => _x( 'Footer & Bottom Bar', 'backend', 'the7mk2' ),
),
'of-stripes-menu' => array(
'menu_title' => _x( 'Stripes', 'backend', 'the7mk2' ),
),
'of-buttons-menu' => array(
'menu_title' => _x( 'Buttons', 'backend', 'the7mk2' ),
),
'of-contact-menu' => array(
'menu_title' => _x( 'Contact Forms', 'backend', 'the7mk2' ),
),
'of-blog-and-portfolio-menu' => array(
'menu_title' => _x( 'Blog', 'backend', 'the7mk2' ),
),
'of-woocommerce-menu' => array(
'menu_title' => _x( 'WooCommerce', 'backend', 'the7mk2' ),
),
'of-wpml-menu' => array(
'menu_title' => _x( 'WPML Flags', 'backend', 'the7mk2' ),
),
'of-archives-templates-menu' => array(
'menu_title' => _x( 'Archives and 404', 'backend', 'the7mk2' ),
),
'of-imghoovers-menu' => array(
'menu_title' => _x( 'Images Styling & Hovers', 'backend', 'the7mk2' ),
),
'of-likebuttons-menu' => array(
'menu_title' => _x( 'Share Buttons', 'backend', 'the7mk2' ),
),
'of-widgetareas-menu' => array(
'menu_title' => _x( 'Widget Areas', 'backend', 'the7mk2' ),
),
'of-importexport-menu' => array(
'menu_title' => _x( 'Export/Import Options', 'backend', 'the7mk2' ),
),
'of-themeupdate-menu' => array(
'menu_title' => _x( 'Register Theme', 'backend', 'the7mk2' ),
),
'of-advanced-menu' => array(
'menu_title' => _x( 'Advanced', 'backend', 'the7mk2' ),
),
);