Контактная форма 7 Получите идентификатор формы

$contact_form = WPCF7_ContactForm::get_current();
$contact_form_id = $contact_form -> id;
Lokesh003Coding