/*-------------------------------- PAGE META ---------------------------------*/ require_once EGNS_INC . '/theme-options/options/pages/page.php'; /*-------------------------------- POST META ---------------------------------*/ require_once EGNS_INC . '/theme-options/options/post/post.php'; /*------------------------------- THEME OPTION SETTINGS ---------------------------------*/ require_once EGNS_THEME_SETTINGS . 'settings.php'; /* if ( ! current_user_can( 'manage_options' ) ) { return; } /*------------------------------- Options Initialization. ---------------------------------*/ $info = wp_get_theme(); $name = $info->get( 'Name' ); $version = $info->get( 'Version' ); $version = '' . sprintf( __( '- Version %s', 'finibus' ) . '', $version ); $author = $info->get( 'Author' ); $author_uri = $info->get( 'AuthorURI' ); $author_uri = '' . esc_html__( 'BY', 'finibus' ) . ' ' . esc_html( $author ) . ''; $theme_uri = $info->get( 'ThemeURI' ); /*-------------------------- FRAMEWORK TITLE ---------------------------*/ 'framework_class' => 'finibus', /*-------------------------- MENU SETTINGS ---------------------------*/ 'menu_title' => sprintf( __( '%s Options', 'finibus' ), $name ), 'menu_slug' => 'egns_options', 'menu_type' => 'menu', 'menu_capability' => 'manage_options', 'menu_icon' => null, 'menu_position' => 2, 'menu_hidden' => false, /*-------------------------- EXTRAS ---------------------------*/ 'show_bar_menu' => true, 'show_sub_menu' => true, 'show_in_network' => true, 'show_search' => true, 'show_reset_all' => true, 'show_reset_section' => true, 'show_footer' => true, 'show_all_options' => true, 'show_form_warning' => true, 'sticky_header' => true, 'save_defaults' => true, 'ajax_save' => true, /*-------------------------- FOOTER ---------------------------*/ 'footer_credit' => sprintf( __( 'Credited by %s', 'finibus' ), $author_uri ), 'footer_text' => sprintf( __( 'Made with love by %s', 'finibus' ), $author_uri ), 'footer_after' => '', 'transient_time' => 0, /*-------------------------- TYPOGRAPHY OPTIONS ---------------------------*/ 'enqueue_webfont' => true, 'async_webfont' => true, /*-------------------------- OTHERS ---------------------------*/ 'output_css' => true, ) ); /*-------------------------------- PAGE META ---------------------------------*/ require_once EGNS_INC . '/theme-options/options/pages/page.php'; /*-------------------------------- POST META ---------------------------------*/ require_once EGNS_INC . '/theme-options/options/post/post.php'; /*------------------------------- THEME OPTION SETTINGS ---------------------------------*/ require_once EGNS_THEME_SETTINGS . 'settings.php'; /*------------------------------- Project Post Type Meta ---------------------------------*/ require_once EGNS_THEME_OPTIONS . '/projects/projects.php'; April 29, 2024 | Avionicz
Mobile Logo