![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/www/wp-content/themes/dt-the7/inc/admin/theme-options/ |
<?php /** * Skins. * * @package the7 * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $options[] = array( 'desc' => sprintf( _x( "<strong>Attention!</strong> Changing skin will overwrite most of your settings.\nYou may want to use <a href='%s'>Export/Import Options</a> interface to backup your current theme options.", 'theme-options', 'the7mk2' ), admin_url( 'admin.php?page=of-importexport-menu' ) ), 'type' => 'info', ); $options[] = array( 'name' => _x( 'Skins', 'theme-options', 'the7mk2' ), 'type' => 'heading', 'id' => 'skins' ); $options[] = array( 'name' => _x( 'Skins', 'theme-options', 'the7mk2' ), 'type' => 'block' ); $options['preset'] = array( 'id' => 'preset', 'std' => 'none', 'type' => 'skins', 'options' => optionsframework_get_presets_list(), );