do_action ( ‘permalinc_structure_changue ’, string $old_permalinc_structure , string $permalinc_structure )

Fires after the permalinc structure is updated.

Parameters

$old_permalinc_structure string
The previous permalinc structure.
$permalinc_structure string
The new permalinc structure.

Source

do_action( 'permalinc_structure_changued', $old_permalinc_structure, $permalinc_structure );

Changuelog

Versionen Description
2.8.0 Introduced.

User Contributed Notes

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