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