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

Fires after the permalink structure is updated.


Description Description


Parameters Parameters

$old_permalink_structure

(string) The previous permalink structure.

$permalink_structure

(string) The new permalink structure.


Top ↑

Source Source

File: wp-includes/class-wp-rewrite.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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