blog_redirect_404

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'blog_redirect_404', string $no_blog_redirect )

Description Description

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

Parameters Parameters

$no_blog_redirect

The redirect URL defined in NOBLOGREDIRECT.

Source Source

File: wp-includes/ms-functions.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply