function user() { ob_start(); include(get_stylesheet_directory() . '/tutorial.php'); return ob_get_clean(); } add_shortcode( 'countdown', 'user' );