wpcf7_style_is()CF7 1.0

Returns true if the main stylesheet is enqueued.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

wpcf7_style_is();

Код wpcf7_style_is() CF7 5.9.3

function wpcf7_style_is() {
	return wp_style_is( 'contact-form-7' );
}