wp/wp-includes/template-loader.php
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
     5  */
     5  */
     6 if ( defined('WP_USE_THEMES') && WP_USE_THEMES )
     6 if ( defined('WP_USE_THEMES') && WP_USE_THEMES )
     7 	/**
     7 	/**
     8 	 * Fires before determining which template to load.
     8 	 * Fires before determining which template to load.
     9 	 *
     9 	 *
    10 	 * @since 1.5.2
    10 	 * @since 1.5.0
    11 	 */
    11 	 */
    12 	do_action( 'template_redirect' );
    12 	do_action( 'template_redirect' );
    13 
    13 
    14 /**
    14 /**
    15  * Filter whether to allow 'HEAD' requests to generate content.
    15  * Filter whether to allow 'HEAD' requests to generate content.