Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/link-template.php | apply_filters | 3598 | /** * Filters the URL to the plugins directory. * * @since 2.8.0 * * @param string $url The complete URL to the plugins directory including scheme and path. * @param string $path Path relative to the URL to the plugins directory. Blank string * if no path is specified. * @param string $plugin The plugin file path to be relative to. Blank string if no plugin * is specified. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $url | The complete URL to the plugins directory including scheme and path. |
string | $path | Path relative to the URL to the plugins directory. Blank string |
string | $plugin | The plugin file path to be relative to. Blank string if no plugin |