bulk_edit_posts, $updated, $shared_post_data
bulk_edit_posts, $updated, $shared_post_data
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('bulk_edit_posts, $updated, $shared_post_data') is found 1 times:
- /wp-admin/includes/post.php line 726
* * @param int[] $updated An array of updated post IDs. * @param array $shared_post_data Associative array containing the post data. */ do_action( 'bulk_edit_posts', $updated, $shared_post_data ); return array( 'updated' => $updated, 'skipped' => $skipped, 'locked' => $locked, );