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