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.


Parameters Parameters

$post_properties

(array) Associative array of the type $post_property_name => type.

$llms_post

(LLMS_Post_Model) The LLMS_Post_Model instance.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php

View on GitHub


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.