LLMS_Post_Model::get_terms()
Method: Get an array of terms for a given taxonomy for the post
Source: includes/abstracts/abstract.llms.post.model.php:710
Method: Get an array of terms for a given taxonomy for the post
Source: includes/abstracts/abstract.llms.post.model.php:710
Method: Array of properties which *cannot* be set If a child class adds any properties which should not be settable the class should override this property and add their custom properties to the array
Source: includes/abstracts/abstract.llms.post.model.php:730
Method: Determine if the associated post is exportable
Source: includes/abstracts/abstract.llms.post.model.php:746
Method: Determine if the associated post is exportable
Source: includes/abstracts/abstract.llms.post.model.php:756
Method: Format the object for json serialization encodes the results of $this->toArray()
Source: includes/abstracts/abstract.llms.post.model.php:767
Method: Scrub field according to it’s type This is automatically called by set() method before anything is actually set
Source: includes/abstracts/abstract.llms.post.model.php:781
Method: Scrub fields according to datatype
Source: includes/abstracts/abstract.llms.post.model.php:797
Method: Setter
Source: includes/abstracts/abstract.llms.post.model.php:860
Method: Update terms for the post for a given taxonomy
Source: includes/abstracts/abstract.llms.post.model.php:930
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