Description
Fires after the permalink structure is updated.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-rewrite.php | 1973 |
Parameters
Type | Name | Description |
---|---|---|
string | $old_permalink_structure | The previous permalink structure. |
string | $permalink_structure | The new permalink structure. |
PHP Doc
/**
* Fires after the permalink structure is updated.
*
* @since 2.8.0
*
* @param string $old_permalink_structure The previous permalink structure.
* @param string $permalink_structure The new permalink structure.
*/