includes_url

includes_url

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('includes_url') is found 1 times:

  • /wp-includes/link-template.php line 3607
    	 *                            if no path is specified.
    	 * @param string|null $scheme Scheme to give the includes URL context. Accepts
    	 *                            'http', 'https', 'relative', or null. Default null.
    	 */
    	return apply_filters( 'includes_url', $url, $path, $scheme );
    }
    
    /**
     * Retrieves the URL to the content directory.
     *
     * @since 2.6.0
    

See this hook used in plugins: