wpcf7_style_is()
Returns true if the main stylesheet is enqueued.
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wpcf7_style_is();
Код wpcf7_style_is() wpcf7 style is CF7 6.0.5
function wpcf7_style_is() { return wp_style_is( 'contact-form-7' ); }