jetpack_sync_save_post, $post_ID, $post, $update, $state

jetpack_sync_save_post, $post_ID, $post, $update, $state

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_save_post, $post_ID, $post, $update, $state') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php line 895
    		 * @param mixed $state state
    		 *
    		 * @module sync
    		 */
    		do_action( 'jetpack_sync_save_post', $post_ID, $post, $update, $state );
    		unset( $this->previous_status[ $post_ID ] );
    	}
    
    	/**
    	 * Handler for the wp_after_insert_post hook.
    	 * Called after creation/update of a new post.