apply_filters( 'blog_redirect_404', string $no_blog_redirect )
Filters the redirect URL for 404s on the main site.
Description
The filter is only evaluated if the NOBLOGREDIRECT constant is defined.
Parameters
- $no_blog_redirect
-
The redirect URL defined in NOBLOGREDIRECT.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |