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.7.2

apply_filters('template_directory_uri') is found 1 times:

  • /wp-includes/theme.php line 375
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
         * @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: