permalink_structure_changed

最后更新于:2021-11-27 14:01:10

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

Fires after the permalink structure is updated.

参数

$old_permalink_structure

(string)
The previous permalink structure.

$permalink_structure

(string)
The new permalink structure.

源文件

文件: gc-includes/class-gc-rewrite.php

View on Trac