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



x_redirect_by › WordPress Filter Hooks

Da5.1.0
Deprecaton/a
apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location )
Parametri: (3)
  • (string|false) $x_redirect_by The application doing the redirect or false to omit the header.
    Richiesto:
  • (int) $status Status code to use.
    Richiesto:
  • (string) $location The path to redirect to.
    Richiesto:
Definito a:
Codex:

Filters the X-Redirect-By header.

Allows applications to identify themselves when they're doing a redirect.





Sorgenti

$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );