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