LLMS_Post_Model::scrub_field()
Method: Scrub fields according to datatype
Source: includes/abstracts/abstract.llms.post.model.php:797
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: Retrieve an array of post properties These properties need to be get/set with alternate methods
Source: includes/abstracts/abstract.llms.post.model.php:663
Method: Retrieve the registered Label of the posts current status
Source: includes/abstracts/abstract.llms.post.model.php:695
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: An array of default arguments to pass to $this->create() when creating a new post This *should* be overridden by child classes
Source: includes/abstracts/abstract.llms.post.model.php:573
Method: Getter for array values Ensures that even empty values return an array
Source: includes/abstracts/abstract.llms.post.model.php:421
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: Retrieve the Post’s post type data object
Source: includes/abstracts/abstract.llms.post.model.php:502