apply_filters( "llms_new_{$this->model_post_type}", array $creation_args )
Filters the creation arguments used to create a new post.
Description Description
The return array is passed through wp_slash and ultimately passed directly to wp_insert_post.
The dynamic portion of this hook, {$this->model_post_type}
, refers to the post model’s $model_post_type
property.
Parameters Parameters
- $creation_args
-
(array) An array of arguments passed.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |