Filter hook 'content_url'

in WP Core File wp-includes/link-template.php at line 3635

Description

Filters the URL to the content directory.

Occurrences

Filename Line Number
wp-includes/link-template.php 3635

Parameters

Type Name Description
string $url The complete URL to the content directory including scheme and path.
string $path Path relative to the URL to the content directory. Blank string if no path is specified.

PHP Doc

/**
	 * Filters the URL to the content directory.
	 *
	 * @since 2.8.0
	 *
	 * @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.
	 */