Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

MP_AbandonedFields::get_form_reject()

Read stats.


Return Return

(mixed)


Top ↑

Source Source

File: mortgage-platform/Inc/MP_AbandonedFields.php

	private function get_form_reject() {
		$item = get_option( $this->input_reject );
		return $item;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.