LLMS_Forms_Dynamic_Fields::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/forms/class-llms-forms-dynamic-fields.php

	public function __construct() {

		add_filter( 'llms_get_form_blocks', array( $this, 'add_password_strength_meter' ), 10, 2 );
		add_filter( 'llms_get_form_blocks', array( $this, 'maybe_add_required_block_fields' ), 10, 3 );
		add_filter( 'llms_get_form_blocks', array( $this, 'modify_account_form' ), 15, 2 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Added logic to make sure forms have all the required fields.
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.