Fires after the permalink structure is updated.
Parameters
$old_permalink_structure
string- The previous permalink structure.
$permalink_structure
string- The new permalink structure.
Source
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.