yoast_wpseo_missing_spl_notice() Yoast 1.0
Returns the notice in case of missing spl extension.
Хуков нет.
Возвращает
Null. Ничего.
Использование
yoast_wpseo_missing_spl_notice();
Код yoast_wpseo_missing_spl_notice() yoast wpseo missing spl notice Yoast 15.6.2
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 );
}