LLMS_Post_Model::get_creation_args( array $args = null )
An array of default arguments to pass to $this->create() when creating a new post
Description Description
This should be overridden by child classes.
Parameters Parameters
- $args
-
(Optional) Args of data to be passed to wp_insert_post.
Default value: null
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Uknown. |
3.0.0 | Introduced. |