MP_Searches::set_searches( mixed $data )
Collecting Searches for Abandoned Leads.
Contents
Parameters Parameters
- $data
-
(mixed) (Required) data
Source Source
File: mortgage-platform/Inc/MP_Searches.php
public function set_searches( $data ) {
if ( $this->options_leads['abandoned_leads'] ) {
if ( isset( $data ) ) {
$this->_set_searches( $data );
}
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |