edit_form_after_editor
do_action( ‘edit_form_after_editor’, WP_Post $post )
动作钩子::在工具集编辑器之后触发。
Action Hook: Fires after the content editor.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$post | (WP_Post) | Post对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.5.0 | wp-admin/edit-form-advanced.php:638 | 0 | 0 |
edit_form_after_editor 为WP2原创文章,链接:https://www.wp2.cn/hook/edit_form_after_editor/