apply_filters( 'llms_post_model_get_post_properties', array $post_properties , LLMS_Post_Model $llms_post )
Filters the properties of the model that are properties of WP_Post.
Contents
Parameters Parameters
- $post_properties
-
(array) Associative array of the type $post_property_name => type.
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.