MP_Leads::register()

Register Lead Post Type.


Description Description

See also See also


Top ↑

Source Source

File: mortgage-platform/Inc/MP_Leads.php

	public function register() {

		return $this->register_leads( $this->lead, array(), 'Lead', 'Leads', 10 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.