network_home_url

network_home_url

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('network_home_url') is found 1 times:

  • /wp-includes/link-template.php line 3809
    3805
    3806
    3807
    3808
    3809
    3810
    3811
    3812
    3813
    3814
    3815
         *                                 if no path is specified.
         * @param string|null $orig_scheme Scheme to give the URL context. Accepts 'http', 'https',
         *                                 'relative' or null.
         */
        return apply_filters( 'network_home_url', $url, $path, $orig_scheme );
    }
     
    /**
     * Retrieves the URL to the admin area for the network.
     *
     * @since 3.0.0