apply_filters( 'blog_redirect_404', string $no_blog_redirect )

Filters the redirect URL for 404s on the main site.


Description Description

The filter is only evaluated if the NOBLOGREDIRECT constant is defined.


Parameters Parameters

$no_blog_redirect

(string) The redirect URL defined in NOBLOGREDIRECT.


Top ↑

Source Source

File: wp-includes/ms-functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.