Changeset 60293
- Timestamp:
- 06/08/2025 09:20:31 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60264 r60293 4875 4875 } 4876 4876 4877 /** 4878 * Fires immediately before a new post is inserted in the database. 4879 * 4880 * @since 6.9.0 4881 * 4882 * @param array $data Array of unslashed post data. 4883 */ 4884 do_action( 'pre_post_insert', $data ); 4885 4877 4886 if ( false === $wpdb->insert( $wpdb->posts, $data ) ) { 4878 4887 if ( $wp_error ) {
Note: See TracChangeset
for help on using the changeset viewer.