LLMS_Forms_Data::__construct()
Constructor
Contents
Return Return
(void)
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 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |