plugins_url

plugins_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('plugins_url') is found 1 times:

  • /wp-includes/link-template.php line 3687
    	 *                       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' if
    

See this hook used in plugins: