yoast_wpseo_missing_filter_notice()Yoast 1.0

Returns the notice in case of missing filter extension.

Хуков нет.

Возвращает

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

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

yoast_wpseo_missing_filter_notice();

Код yoast_wpseo_missing_filter_notice() Yoast 22.4

function yoast_wpseo_missing_filter_notice() {
	$message = esc_html__( 'The filter extension seem to be unavailable. Please ask your web host to enable it.', 'wordpress-seo' );
	yoast_wpseo_activation_failed_notice( $message );
}