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



permalink_structure_changed › Les Actions WordPress

Depuis2.8.0
Dépréciéen/a
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure )
Paramètres: (2)
  • (string) $old_permalink_structure The previous permalink structure.
    Requis: Oui
  • (string) $permalink_structure The new permalink structure.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after the permalink structure is updated.





Source

do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure );