wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



permalink_structure_changed › WordPress Action Hooks

Seit2.8.0
Veraltetn/v
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure )
Parameter: (2)
  • (string) $old_permalink_structure The previous permalink structure.
    Erforderlich: Ja
  • (string) $permalink_structure The new permalink structure.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the permalink structure is updated.





Quellcode

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