yoast_wpseo_missing_spl_notice()Yoast 1.0

Returns the notice in case of missing spl extension.

Хуков нет.

Возвращает

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

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

yoast_wpseo_missing_spl_notice();

Код yoast_wpseo_missing_spl_notice() Yoast 22.4

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