Changeset 55108
- Timestamp:
- 01/20/2023 09:41:26 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r54891 r55108 663 663 } 664 664 } 665 666 /** 667 * Fires after processing the post data for bulk edit. 668 * 669 * @since 6.2.0 670 * 671 * @param array $post_data Associative array containing the post data. 672 */ 673 do_action( 'bulk_edit_posts', $post_data ); 665 674 666 675 return array(
Note: See TracChangeset
for help on using the changeset viewer.