includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::update_post_properties()
|
Update post properties.
|
includes/models/model.llms.question.php:
LLMS_Question::get()
|
Getter
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::___get()
|
Private getter.
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::toArrayCustom()
|
Called by toArray to add custom fields via get_post_meta()
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::set_terms()
|
Update terms for the post for a given taxonomy
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::toArray()
|
Coverts the object to an associative array
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_creation_args()
|
An array of default arguments to pass to $this->create() when creating a new post
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_embed()
|
Get media embeds
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_status_name()
|
Retrieve the registered Label of the post’s current status
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_terms()
|
Get an array of terms for a given taxonomy for the post
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_array()
|
Getter for array values
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_date()
|
Getter for date strings with optional date format conversion
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_image()
|
Retrieve URL for an image associated with the post
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_post_type_data()
|
Retrieve the Post’s post type data object
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::get_price()
|
Getter for price strings with optional formatting options
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::translate()
|
Wrapper for $this-get() which allows translation of the database value before outputting on screen
|
includes/abstracts/abstract.llms.post.model.php:
LLMS_Post_Model::export()
|
Trigger an export download of the given post type
|