wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



x_redirect_by › Les Filtres WordPress

Depuis5.1.0
Dépréciéen/a
apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location )
Paramètres: (3)
  • (string|false) $x_redirect_by The application doing the redirect or false to omit the header.
    Requis: Oui
  • (int) $status Status code to use.
    Requis: Oui
  • (string) $location The path to redirect to.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the X-Redirect-By header.

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





Source

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