Automattic\WooCommerce\Blocks\Integrations
IntegrationInterface::get_name()
The name of the integration.
Method of the class: IntegrationInterface{}
No Hooks.
Return
String
.
Usage
$IntegrationInterface = new IntegrationInterface(); $IntegrationInterface->get_name();
IntegrationInterface::get_name() IntegrationInterface::get name code WC 9.8.1
public function get_name();