LLMS_Forms_Data::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/forms/class-llms-forms-data.php

	public function __construct() {

		$this->forms = LLMS_Forms::instance();

		add_action( "save_post_{$this->forms->get_post_type()}", array( $this, 'save_username_locations' ), 10, 2 );

	}

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.