Action hook 'permalink_structure_changed'

in WP Core File wp-includes/class-wp-rewrite.php at line 1973

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.
			 */