LLMS_Generator::get_default_post_status()
Retrieve the default post status for the generated set of posts
Description Description
Return Return
(string)
Source Source
File: includes/class.llms.generator.php
public function get_default_post_status() { return apply_filters( 'llms_generator_default_post_status', $this->default_post_status, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.3 | |
3.30.2 | Introduced. |