content_url

content_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('content_url') is found 1 times:

  • /wp-includes/link-template.php line 3659
    3655
    3656
    3657
    3658
    3659
    3660
    3661
    3662
    3663
    3664
    3665
         * @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.
         */
        return apply_filters( 'content_url', $url, $path );
    }
     
    /**
     * Retrieves a URL within the plugins or mu-plugins directory.
     *
     * Defaults to the plugins directory URL if no arguments are supplied.