Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-rewrite.php | do_action | 1949 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $old_permalink_structure | The previous permalink structure. |
string | $permalink_structure | The new permalink structure. |