edit_form_after_editor

动作钩子


do_action( 'edit_form_after_editor', $post )
参数
  • (WP_Post)
    $post
    Post object.
    Required:
定义位置
  • wp-admin/edit-form-advanced.php
    , line 649
引入
3.5.0
弃用

在内容编辑后触发。

do_action( 'edit_form_after_editor', $post );