Method: Getter for date strings with optional date format conversion If no format is supplied, the default format available via $this->get_date_format() will be used
Source: includes/abstracts/abstract.llms.post.model.php:437
Method: Retrieve the default date format for the post model This *can* be overridden by child classes if the post type requires a different default date format If no format is supplied by the child class, the default WP date & time formats available via General Settings will be combined and used
Source: includes/abstracts/abstract.llms.post.model.php:453
Method: Get the default value of a property If defaults don’t exist returns an empty string in accordance with the return of get_post_meta() when no metadata exists
Source: includes/abstracts/abstract.llms.post.model.php:466
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
Method: Retrieve the Post’s post type data object
Source: includes/abstracts/abstract.llms.post.model.php:502
Method: Retrieve a label from the post type data object’s labels object
Source: includes/abstracts/abstract.llms.post.model.php:513
Method: Getter for price strings with optional formatting options
Source: includes/abstracts/abstract.llms.post.model.php:530
Method: Getter for array values Ensures that even empty values return an array
Source: includes/abstracts/abstract.llms.post.model.php:421
Method: Modify allowed post tags for wp_kses for this post
Source: includes/abstracts/abstract.llms.post.model.php:246
Method: Remove modified allowed post tags for wp_kses for this post
Source: includes/abstracts/abstract.llms.post.model.php:263