Changeset 48314 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/05/2020 11:11:46 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48310 r48314 4208 4208 * @param int $post_ID Post ID. 4209 4209 * @param WP_Post $post Post object. 4210 * @param bool $update Whether this is an existing post being updated or not.4210 * @param bool $update Whether this is an existing post being updated. 4211 4211 */ 4212 4212 do_action( "save_post_{$post->post_type}", $post_ID, $post, $update ); … … 4219 4219 * @param int $post_ID Post ID. 4220 4220 * @param WP_Post $post Post object. 4221 * @param bool $update Whether this is an existing post being updated or not.4221 * @param bool $update Whether this is an existing post being updated. 4222 4222 */ 4223 4223 do_action( 'save_post', $post_ID, $post, $update ); … … 4230 4230 * @param int $post_ID Post ID. 4231 4231 * @param WP_Post $post Post object. 4232 * @param bool $update Whether this is an existing post being updated or not.4232 * @param bool $update Whether this is an existing post being updated. 4233 4233 */ 4234 4234 do_action( 'wp_insert_post', $post_ID, $post, $update );
Note: See TracChangeset
for help on using the changeset viewer.