Preview: customize-utility.php
Size: 317 B
//home/nshryvcy/blissfulnepal.com/wp-content/themes/traveltour/include/options/customize-utility.php
<?php
// use to clear an option for customize page
if( !function_exists('traveltour_clear_option') ){
function traveltour_clear_option(){
$options = array('general', 'typography', 'color', 'plugin');
foreach( $options as $option ){
unset($GLOBALS['traveltour_' . $option]);
}
}
}
Directory Contents
Dirs: 1 × Files: 5