jetpack_published_post, $post_ID, $flags, $post
jetpack_published_post, $post_ID, $flags, $post
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_published_post, $post_ID, $flags, $post') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php line 976
* @param int $post_ID * @param mixed array $flags post flags that are added to the post * @param WP_Post $post The post object */ do_action( 'jetpack_published_post', $post_ID, $flags, $post ); } unset( $this->just_published[ $post_ID ] ); /** * Send additional sync action for Activity Log when post is a Customizer publish */