apply_filters( 'llms_section_get_creation_args', array $args , LLMS_Section $section )
Filter arguments used to create a new section post
Parameters Parameters
- $args
-
(array) Data to be passed to
wp_insert_post()
. - $section
-
(LLMS_Section) Instance of the section object.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.11.0 | Introduced. |