wpcf7_form_tag_supports()
Wrapper function of WPCF7_FormTagsManager::tag_type_supports().
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wpcf7_form_tag_supports( $tag_type, $feature );
- $tag_type (обязательный)
- -
- $feature (обязательный)
- -
Код wpcf7_form_tag_supports() wpcf7 form tag supports CF7 6.0.3
function wpcf7_form_tag_supports( $tag_type, $feature ) { $manager = WPCF7_FormTagsManager::get_instance(); return $manager->tag_type_supports( $tag_type, $feature ); }