MP_Leads::save_lead( int $post_id )

Save comment lead field.


Description Description

See also See also


Top ↑

Parameters Parameters

$post_id

(int) (Required) post id


Top ↑

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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.