LLMS_Forms::is_location_valid( string $location )
Determines if a location is a valid & registered form location
Parameters Parameters
- $location
-
(string) (Required) The location id.
Return Return
(boolean)
Source Source
File: includes/forms/class-llms-forms.php
foreach ( $blocks as $block ) {
// Skip blocks that are not reusable blocks.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |