edit_form_before_permalink
do_action( ‘edit_form_before_permalink’, WP_Post $post )
动作钩子::在编辑表单中的permalink字段之前触发。
Action Hook: Fires before the permalink field in the edit form.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$post | (WP_Post) | Post对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-admin/edit-form-advanced.php:526 | 0 | 0 |
edit_form_before_permalink 为WP2原创文章,链接:https://www.wp2.cn/hook/edit_form_before_permalink/