apply_filters( 'llms_forms_install_post_args', array $args , string $location_id , array $data )
Filter arguments used to install a new form.
Parameters Parameters
- $args
-
(array) Array of arguments to be passed to wp_insert_post
- $location_id
-
(string) Location ID/name.
- $data
-
(array) Array of location information from LLMS_Forms::get_locations().
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |