_render( 'notice', array(
'message' => esc_html__( 'You need to add focus keywords to see recommendations for this article.', 'wds' ),
'class' => 'sui-notice-inactive',
) ); ?>
_render( 'notice', array(
'message' => esc_html__( 'Analyzing content, please wait a few moments', 'wds' ),
'class' => 'wds-analysis-working',
) ); ?>
_render( 'notice', array(
'message' => $error_count > 0
? sprintf( $pending_recommendations_message, intval( $error_count ) )
: esc_html__( 'All SEO recommendations are met. Your content is as optimized as possible - nice work!', 'wds' ),
'class' => $error_count > 0 ? 'sui-notice-warning' : 'sui-notice-success',
) ); ?>