Filters the URL to the plugins directory.
$urlstring$pathstring$pluginstringwp-includes/link-template.php:3720plugins_url() * @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. */ return apply_filters( 'plugins_url', $url, $path, $plugin );} /** * Retrieves the site URL for the current network. * * Returns the site URL with the appropriate protocol, 'https' ifIntroduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.