MP_Leads::register()
Register Lead Post Type.
Contents
Description Description
See also See also
Source Source
File: mortgage-platform/Inc/MP_Leads.php
public function register() {
return $this->register_leads( $this->lead, array(), 'Lead', 'Leads', 10 );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |