apply_filters( 'llms_form_permalink', string|false $url , string $location , WP_Post $post )
Filters the permalink for a LifterLMS form
Parameters Parameters
- $url
-
(string|false) The form's URL.
- $location
-
(string) The location ID for the form.
- $post
-
(WP_Post) The form post object.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |