wpcf7_constant_contact_register_service()CF7 1.0

Registers the Constant Contact service.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

wpcf7_constant_contact_register_service();

Код wpcf7_constant_contact_register_service() CF7 5.9.3

function wpcf7_constant_contact_register_service() {
	$integration = WPCF7_Integration::get_instance();

	$service = WPCF7_ConstantContact::get_instance();
	$integration->add_service( 'constant_contact', $service );
}