is_dismissed() ) { return; } wp_enqueue_script( 'wp-pointer' ); wp_enqueue_style( 'wp-pointer' ); $pointer_content = '

' . esc_html__( 'Image Optimization settings', 'image-optimization' ) . '

'; $pointer_content .= '

' . esc_html__( 'Head over to the Image Optimization Settings to fine-tune how your media uploads are managed.', 'image-optimization' ) . '

'; $pointer_content .= sprintf( '

%s

', admin_url( 'admin.php?page=' . Module::SETTING_BASE_SLUG ), esc_html__( 'Take me there', 'image-optimization' ) ); $allowed_tags = [ 'h3' => [], 'p' => [], 'a' => [ 'class' => [], 'href' => [], ], ]; ?>