wpseek.com
WordPress开发者和主题制作者的搜索引擎



edit_form_top › WordPress动作钩子

Since3.7.0
已弃用n/a
do_action( 'edit_form_top', $post )
参数:
  • (WP_Post) $post Post object.
    Required: Yes
定义在:
文档:

Fires at the beginning of the edit form.

At this point, the required hidden fields and nonces have already been output.





源码

do_action( 'edit_form_top', $post );