wpcf7_do_shortcode()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpcf7_do_shortcode( $content );
- $content(обязательный)
- .
Код wpcf7_do_shortcode() wpcf7 do shortcode CF7 6.1.6
function wpcf7_do_shortcode( $content ) {
wpcf7_deprecated_function( __FUNCTION__, '4.6',
'wpcf7_replace_all_form_tags' );
return wpcf7_replace_all_form_tags( $content );
}