Changeset 56091 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 06/28/2023 01:17:49 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r56022 r56091 681 681 } 682 682 } 683 684 /** 685 * Fires after processing the post data for bulk edit. 686 * 687 * @since 6.3.0 688 * 689 * @param int[] $updated An array of updated post IDs. 690 * @param array $shared_post_data Associative array containing the post data. 691 */ 692 do_action( 'bulk_edit_posts', $updated, $shared_post_data ); 683 693 684 694 return array(
Note: See TracChangeset
for help on using the changeset viewer.