wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



blog_redirect_404 › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'blog_redirect_404', NOBLOGREDIRECT )
Parameter:
  • (string) $no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.
    Erforderlich: Ja
Definiert in:
Codex:

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

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





Quellcode

$destination = apply_filters( 'blog_redirect_404', NOBLOGREDIRECT );