content_url

content_url

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('content_url') is found 1 times:

  • /wp-includes/link-template.php line 3634
    	 * @param string $url  The complete URL to the content directory including scheme and path.
    	 * @param string $path Path relative to the URL to the content directory. Blank string
    	 *                     if no path is specified.
    	 */
    	return apply_filters( 'content_url', $url, $path );
    }
    
    /**
     * Retrieves a URL within the plugins or mu-plugins directory.
     *
     * Defaults to the plugins directory URL if no arguments are supplied.