bulk_edit_custom_box

动作钩子
do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type )
参数
  • (string) $column_name Name of the column to edit.
    Required:
  • (string) $post_type The post type slug.
    Required:
定义位置
相关勾子
quick_edit_custom_boxget_custom_logomanage_media_custom_columnedit_custom_thumbnail_sizesedit_form_top
相关方法
bulk_edit_postsget_custom_logothe_block_editor_meta_boxespost_custom_meta_boxwp_get_custom_csswp_get_custom_css_post
引入
2.7.0
弃用
-

bulk_edit_custom_box: 这是WordPress中的一个动作钩子,允许开发者在文章、页面或自定义文章类型的批量编辑框中添加自定义字段。bulk_edit_custom_box动作钩子在批量编辑框显示时被触发,开发者可以用它来向编辑框添加自定义字段。这对于在批量编辑过程中添加自定义数据或功能很有用。

在批量编辑模式下,每一列都会发生一次触发。

do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );

常见问题

FAQs
查看更多 >