apply_filters( 'llms_get_form_post', WP_Post|boolean $post , string $location , array $args )
Filters the returned llms_form
post object
Parameters Parameters
- $post
-
(WP_Post|boolean) The post object of the form or
false
if no form could be located. - $location
-
(string) Form location. Either "checkout", "registration", or "account".
- $args
-
(array) Additional custom arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |