LLMS_Post_Model::get_unsettable_properties()

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

Used by 2 functions | Uses 0 functions

LLMS_Post_Model::get_date()

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

Used by 0 functions | Uses 2 functions

LLMS_Post_Model::get_date_format()

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

Used by 1 function | Uses 0 functions