wpcf7_do_shortcode()CF7 1.0

Хуков нет.

Возвращает

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

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

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

Код wpcf7_do_shortcode() CF7 5.9.3

function wpcf7_do_shortcode( $content ) {
	wpcf7_deprecated_function( __FUNCTION__, '4.6',
		'wpcf7_replace_all_form_tags' );

	return wpcf7_replace_all_form_tags( $content );
}