permalink_structure_changed

动作钩子
do_action( 'permalink_structure_changed', $old_permalink_structure, $permalink_structure )
参数
  • (string) $old_permalink_structure The previous permalink structure.
    Required:
  • (string) $permalink_structure The new permalink structure.
    Required:
定义位置
相关勾子
available_permalink_structure_tagswp_image_editor_before_changethe_permalink_rsswp_mail_succeeded
相关方法
permalink_single_rsspermalink_anchorpermalink_linkadd_permastructwp_cache_set_terms_last_changed_wp_sidebars_changed
引入
2.8.0
弃用
-

permalink_structure_changed – 当WordPress管理面板中的固定结构被改变时,该动作被触发。这个动作可以用来触发其他动作或进程,如更新.htaccess文件或刷新重写规则。

更新固定链接结构后触发。

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

常见问题

FAQs
查看更多 >