wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



permalink_structure_changed › Działania WordPress Hooks

Od2.8.0
Przestarzałyn/a
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure )
Parametry: (2)
  • (string) $old_permalink_structure The previous permalink structure.
    Wymagane: Tak
  • (string) $permalink_structure The new permalink structure.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires after the permalink structure is updated.





Źródło

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