do_action( ‘permalink_structure_changed’, string $old_permalink_structure, string $permalink_structure )

In this article

Fires after the permalink structure is updated.

Parameters

$old_permalink_structurestring
The previous permalink structure.
$permalink_structurestring
The new permalink structure.

Source

do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.