theme_file_uri

theme_file_uri

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('theme_file_uri') is found 1 times:

  • /wp-includes/link-template.php line 4617
    4613
    4614
    4615
    4616
    4617
    4618
    4619
    4620
    4621
    4622
    4623
         *
         * @param string $url  The file URL.
         * @param string $file The requested file to search for.
         */
        return apply_filters( 'theme_file_uri', $url, $file );
    }
     
    /**
     * Retrieves the URL of a file in the parent theme.
     *
     * @since 4.7.0