LLMS_Post_Model::toArray()

Method: Coverts the object to an associative array Any property returned by $this->get_properties() will be retrieved via $this->get() and added to the array

Source: includes/abstracts/abstract.llms.post.model.php:951

Used by 3 functions | Uses 7 functions

LLMS_Post_Model::get_image()

Method: Retrieve URL for an image associated with the post Currently only retrieves the featured image if the post type supports it in the future this will allow retrieval of custom post images as well

Source: includes/abstracts/abstract.llms.post.model.php:482

Used by 2 functions | Uses 1 function