MP_Register::addons_index()
Template Add-ons Page.
Source Source
File: mortgage-platform/Inc/Base/MP_Register.php
public function addons_index() {
/**
* Template Add-ons page.
*/
require_once plugin_dir_path( __FILE__ ) . '../templates/addons.php';
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |