wpseek.com
A WordPress-centric search engine for devs and theme authors



permalink_structure_changed › WordPress Action Hooks

Since2.8.0
Deprecatedn/a
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure )
Parameters: (2)
  • (string) $old_permalink_structure The previous permalink structure.
    Required: Yes
  • (string) $permalink_structure The new permalink structure.
    Required: Yes
Defined at:
Codex:

Fires after the permalink structure is updated.





Source

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