permalink_structure_changed

Advertisement

Summery Summery

Fires after the permalink structure is updated.

Syntax Syntax

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

Parameters Parameters

$old_permalink_structure

The previous permalink structure.

$permalink_structure

The new permalink structure.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply