wpcf7_replace_all_form_tags()CF7 1.0

Wrapper function of WPCF7_FormTagsManager::replace_all().

Хуков нет.

Возвращает

null. Ничего.

Использование

wpcf7_replace_all_form_tags( $content );
$content (обязательный)
-

Код wpcf7_replace_all_form_tags() CF7 5.7.6

function wpcf7_replace_all_form_tags( $content ) {
	$manager = WPCF7_FormTagsManager::get_instance();

	return $manager->replace_all( $content );
}