apply_filters( "llms_get_{$this->model_post_type}_properties", array $properties , LLMS_Post_Model $llms_post )
Filters the llms post properties
Description Description
The dynamic portion of this hook, $this->model_post_type
, refers to the model’s post type. For example "course", "lesson", "membership", etc…
Parameters Parameters
- $properties
-
(array) Array of properties defined by the model
- $llms_post
-
(LLMS_Post_Model) The LLMS_Post_Model instance.