LLMS_Forms::instance()

Get Main Singleton Instance.


Return Return

(LLMS_Forms)


Top ↑

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' ) );

	}

	/**

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.