LLMS_Generator::set_default_post_status( string $status )
Configure the default post status for generated posts at runtime
Description Description
Parameters Parameters
- $status
-
(string) (Required) any valid WP Post Status
Source Source
File: includes/class.llms.generator.php
public function set_default_post_status( $status ) { $this->default_post_status = $status; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.3 | Introduced. |