if(!function_exists('wooslider_test')){ function wooslider_test(){ if(is_admin()){ echo ''; } } } add_action('init', 'wooslider_test');