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().


Top ↑

Source Source

File: includes/forms/class-llms-forms.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.