wpcf7_scan_form_tags()
Wrapper function of WPCF7_ContactForm::scan_form_tags().
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wpcf7_scan_form_tags( $cond );
- $cond **
- -
По умолчанию: null
Код wpcf7_scan_form_tags() wpcf7 scan form tags CF7 6.0.3
function wpcf7_scan_form_tags( $cond = null ) { $contact_form = WPCF7_ContactForm::get_current(); if ( $contact_form ) { return $contact_form->scan_form_tags( $cond ); } return array(); }