template_directory_uri

template_directory_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('template_directory_uri') is found 1 times:

  • /wp-includes/theme.php line 369
    	 * @param string $template_dir_uri The URI of the active theme directory.
    	 * @param string $template         Directory name of the active theme.
    	 * @param string $theme_root_uri   The themes root URI.
    	 */
    	return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );
    }
    
    /**
     * Retrieves theme roots.
     *
     * @since 2.9.0
    

See this hook used in plugins: