wpseek.com
A WordPress-centric search engine for devs and theme authors



bulk_edit_posts › WordPress Action Hooks

Since6.3.0
Deprecatedn/a
do_action( 'bulk_edit_posts', $updated, $shared_post_data )
Parameters: (2)
  • (int[]) $updated An array of updated post IDs.
    Required: Yes
  • (array) $shared_post_data Associative array containing the post data.
    Required: Yes
Defined at:
Codex:

Fires after processing the post data for bulk edit.





Source

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