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