MP_Addon_Hubspot_Settings::hubspot_metabox()

Add Hubspot metabox.

Contents


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'
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.