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



redirect_term_location › Les Filtres WordPress

Depuis4.6.0
Dépréciéen/a
apply_filters( 'redirect_term_location', $location, $tax )
Paramètres: (2)
  • (string) $location The destination URL.
    Requis: Oui
  • (WP_Taxonomy) $tax The taxonomy object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the taxonomy redirect destination URL.





Source

wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );