MP_AbandonedFields::add_selected()
Add form edit.
Source Source
File: mortgage-platform/Inc/MP_AbandonedFields.php
public function add_selected() {
$stats = $this->get_form_stat();
$stats[1] = $stats[1] + 1; // edit counter
$this->set_form_stats( $stats );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |