'warning',
'content' => esc_html__( 'This image doesn’t contain ALT text - which is necessary for accessibility and SEO.', 'elementor' ),
'icon' => true,
] );
?>
! Hints::is_dismissed( 'image-optimization' ),
'type' => 'info',
'content' => __( 'Optimize your images to enhance site performance by using Image Optimizer.', 'elementor' ),
'icon' => true,
'dismissible' => 'image_optimizer_hint',
'button_text' => Hints::is_plugin_installed( 'image-optimization' ) ? __( 'Activate Plugin', 'elementor' ) : __( 'Install Plugin', 'elementor' ),
'button_event' => 'image_optimizer_hint',
'button_data' => [
'action_url' => Hints::get_plugin_action_url( 'image-optimization' ),
],
] ); ?>