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