WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about blog_redirect_404

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 2139 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.