MP_Leads::save_lead( int $post_id )
Save comment lead field.
Contents
Description Description
See also See also
Parameters Parameters
- $post_id
-
(int) (Required) post id
Source Source
File: mortgage-platform/Inc/MP_Leads.php
public function save_lead( $post_id ) {
wp_cache_delete($this->lead, MortgagePlatform::$domain);
return $this->save_leads_fields( $post_id );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |