Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 3545 | /** * 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. */ |
Hook Parameters
Parameter 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 |