![]() 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/store.cartinsight.co/wp-content/themes/woodmart/inc/admin/settings/ |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } use XTS\Options; Options::add_field( array( 'id' => 'import_export', 'name' => esc_html__( 'Import / Export', 'woodmart' ), 'type' => 'import', 'section' => 'import_export', 'priority' => 10, ) ); Options::add_field( array( 'id' => 'reset', 'name' => esc_html__( 'Reset to default', 'woodmart' ), 'type' => 'reset', 'section' => 'import_export', 'priority' => 20, ) ); Options::add_field( array( 'id' => 'reset_notice', 'type' => 'notice', 'style' => 'warning', 'name' => '', 'content' => esc_html__( 'Warning: all your Theme Settings will be reset to default values. We recommend you export your current settings as a backup before doing this.', 'woodmart' ), 'section' => 'import_export', 'priority' => 30, ) );