LLMS_Abstract_Generator_Posts::set_default_post_status( string $status )
Configure the default post status for generated posts at runtime
Parameters Parameters
- $status
-
(string) (Required) Any valid WP Post Status.
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
} $image_url = ( is_array( $url_or_raw ) && ! empty( $url_or_raw['featured_image'] ) ) ? $url_or_raw['featured_image'] : $url_or_raw;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.3 | Introduced. |