plugins_url

plugins_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('plugins_url') is found 1 times:

  • /wp-includes/link-template.php line 3712
    3708
    3709
    3710
    3711
    3712
    3713
    3714
    3715
    3716
    3717
    3718
         *                       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: