MP_Addon_Hubspot_Settings::hubspot_metabox()
Add Hubspot metabox.
Source Source
File: calculator-hubspot-add-on/inc/MP_Addon_Hubspot_Settings.php
public function hubspot_metabox() {
add_meta_box(
'hubspot-metabox',
__( 'Hubspot', 'CalculatorsHubspotAddon' ),
array( $this, 'hubspot_meta_callback' ),
MortgagePlatform::$lead,
'side',
'core'
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |