Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Post_Relationships::unset_relationships( obj $post, array $data )
Unsets relationship data from post_meta when a post is deleted
Description Description
Parameters Parameters
- $post
-
(Required) WP Post that's been deleted.
- $data
-
(Required) Relationship data array.
Return Return
(void)
Source Source
File: includes/class.llms.post.relationships.php
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Unknown. |
3.16.12 | Introduced. |