wpcf7_scan_shortcode()
Хуков нет.
Возвращает
null. Ничего (null).
Использование
wpcf7_scan_shortcode( $cond );
- $cond
- .
По умолчанию:null
Код wpcf7_scan_shortcode() wpcf7 scan shortcode CF7 6.1.5
function wpcf7_scan_shortcode( $cond = null ) {
wpcf7_deprecated_function( __FUNCTION__, '4.6', 'wpcf7_scan_form_tags' );
return wpcf7_scan_form_tags( $cond );
}