MP_Leads::lead_status_taxonomy()

Add Status Taxonomy.


Description Description

See also See also


Top ↑

Source Source

File: mortgage-platform/Inc/MP_Leads.php

	public function lead_status_taxonomy() {

		return $this->register_lead_status_taxonomy( $this->lead );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.