wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



blog_redirect_404 › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'blog_redirect_404', NOBLOGREDIRECT )
Parametri:
  • (string) $no_blog_redirect The redirect URL defined in NOBLOGREDIRECT.
    Richiesto:
Definito a:
Codex:

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

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





Sorgenti

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