permalink_structure_changed, $old_permalink_structure, $permalink_structure
permalink_structure_changed, $old_permalink_structure, $permalink_structure
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('permalink_structure_changed, $old_permalink_structure, $permalink_structure') is found 1 times:
- /wp-includes/class-wp-rewrite.php line 1977
* * @param string $old_permalink_structure The previous permalink structure. * @param string $permalink_structure The new permalink structure. */ do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure ); } } /** * Sets the category base for the category permalink. *