wpcf7_replace_all_form_tags()
Wrapper function of WPCF7_FormTagsManager::replace_all().
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpcf7_replace_all_form_tags( $content );
- $content(обязательный)
- .
Код wpcf7_replace_all_form_tags() wpcf7 replace all form tags CF7 6.1.3
function wpcf7_replace_all_form_tags( $content ) {
$manager = WPCF7_FormTagsManager::get_instance();
return $manager->replace_all( $content );
}