Theme utility start
if ( ! class_exists( 'theme_utilities' ) ) { class theme_utilities { public static function theme_function_one() { } public static function theme_function_two() { } } }