do_action( ‘nelio_content_save_post’, int $post_id , boolean $creating )
This action is triggered after a post is saved so that we can notify its followers.
Parameters
- $post_id int
(Required) the post we’ve just saved.
- $creating boolean
(Required)
true
when creating a post,false
when updating.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |