LLMS_Forms::instance()
Get Main Singleton Instance.
Contents
Return Return
Source Source
File: includes/forms/class-llms-forms.php
add_filter( 'render_block', array( $this, 'render_field_block' ), 10, 2 ); add_filter( 'llms_get_form_post', array( $this, 'maybe_load_preview' ) ); } /**
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |