wpcf7_replace_all_form_tags()CF7 1.0

Wrapper function of WPCF7_FormTagsManager::replace_all().

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код 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 );
}