| Server IP : 119.59.104.26 / Your IP : 216.73.217.74 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/framework/admin/theme-options/ |
Upload File : |
<?php tie_build_theme_option( array( 'title' => esc_html__( 'Advanced Settings', TIELABS_TEXTDOMAIN ), 'id' => 'advanced-settings-tab', 'type' => 'tab-title', )); tie_build_theme_option( array( 'type' => 'header', 'id' => 'advanced-settings', 'title' => esc_html__( 'Advanced Settings', TIELABS_TEXTDOMAIN ), )); tie_build_theme_option( array( 'name' => esc_html__( 'Add a link to the theme options page to the Toolbar', TIELABS_TEXTDOMAIN ), 'id' => 'theme_toolbar', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Disable GIF Featured Images', TIELABS_TEXTDOMAIN ), 'id' => 'disable_featured_gif', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Disable the custom styles in the editor', TIELABS_TEXTDOMAIN ), 'id' => 'disable_editor_styles', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Disable the Posts Switcher', TIELABS_TEXTDOMAIN ), 'id' => 'disable_switcher', 'hint' => esc_html__( 'This will disable the Switcher page, all notifications and hide the plugin from the Bundeled plugins installing page.', TIELABS_TEXTDOMAIN ), 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Disable the Built-in Mega Menus', TIELABS_TEXTDOMAIN ), 'id' => 'disable_mega_menu', 'type' => 'checkbox', 'hint' => esc_html__( 'Use this option to disable the built-in mega menus feature if you want to use a third party mega menus plugin.', TIELABS_TEXTDOMAIN ), )); tie_build_theme_option( array( 'type' => 'header', 'id' => 'wordpress-login-page-logo', 'title' => esc_html__( 'WordPress Login page Logo', TIELABS_TEXTDOMAIN ), )); tie_build_theme_option( array( 'name' => esc_html__( 'WordPress Login page Logo', TIELABS_TEXTDOMAIN ), 'id' => 'dashboard_logo', 'type' => 'upload', )); tie_build_theme_option( array( 'name' => esc_html__( 'WordPress Login page Logo URL', TIELABS_TEXTDOMAIN ), 'id' => 'dashboard_logo_url', 'type' => 'text', )); tie_build_theme_option( array( 'type' => 'header', 'id' => 'reset-all-settings', 'title' => esc_html__( 'Reset All Settings', TIELABS_TEXTDOMAIN ), )); ?> <div class="option-item"> <a id="tie-reset-settings" class="tie-primary-button button button-primary button-hero tie-button-red" href="<?php print wp_nonce_url( admin_url( 'admin.php?page=tie-theme-options&reset-settings' ), 'reset-theme-settings', 'reset_nonce' ) ?>" data-message="<?php esc_html_e( 'This action can not be Undo. Clicking "OK" will reset your theme options to the default installation. Click "Cancel" to stop this operation.', TIELABS_TEXTDOMAIN); ?>"><?php esc_html_e( 'Reset All Settings', TIELABS_TEXTDOMAIN ); ?></a> </div>