MP_AbandonedFields::add_view()

Add view.

Contents


Source Source

File: mortgage-platform/Inc/MP_AbandonedFields.php

	public function add_view() {
		$stats = $this->get_form_stat();

		$stats[2] = $stats[2] + 1; // view counter
		$this->set_form_stats( $stats );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.