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



bulk_edit_posts › WordPress动作钩子

Since6.3.0
已弃用n/a
do_action( 'bulk_edit_posts', $updated, $shared_post_data )
参数: (2)
  • (int[]) $updated An array of updated post IDs.
    Required: Yes
  • (array) $shared_post_data Associative array containing the post data.
    Required: Yes
定义在:
文档:

Fires after processing the post data for bulk edit.





源码

do_action( 'bulk_edit_posts', $updated, $shared_post_data );