wpcf7_constant_contact_register_service() CF7 1.0
Хуков нет.
Возвращает
Null. Ничего.
Использование
wpcf7_constant_contact_register_service();
Код wpcf7_constant_contact_register_service() wpcf7 constant contact register service CF7 5.3.2
function wpcf7_constant_contact_register_service() {
$integration = WPCF7_Integration::get_instance();
$integration->add_category( 'email_marketing',
__( 'Email marketing', 'contact-form-7' ) );
$service = WPCF7_ConstantContact::get_instance();
$integration->add_service( 'constant_contact', $service );
}