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