wpcf7_script_is()CF7 1.0

Returns true if the main script is enqueued.

Хуков нет.

Возвращает

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

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

wpcf7_script_is();

Код wpcf7_script_is() CF7 5.9.3

function wpcf7_script_is() {
	return wp_script_is( 'contact-form-7' );
}