LD_Groups_Membership::save_post( integer $post_id, object $post = null, boolean $update = null )
Called when the Post is Saved.
Description Description
Parameters Parameters
- $post_id
-
(Required) Post ID.
- $post
-
(Optional) WP_Post instance.
Default value: null
- $update
-
(Optional) If update to post.
Default value: null
Source Source
File: includes/group/ld-groups-membership.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |