Description
Filters the redirect URL for 404s on the main site. The filter is only evaluated if the NOBLOGREDIRECT constant is defined.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 2148 |
Parameters
Type | Name | Description |
---|---|---|
string | $no_blog_redirect | The redirect URL defined in NOBLOGREDIRECT. |
PHP Doc
/**
* Filters the redirect URL for 404s on the main site.
*
* The filter is only evaluated if the NOBLOGREDIRECT constant is defined.
*
* @since 3.0.0
*
* @param string $no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.
*/