I just deleted this lines from plugin main file
$review_notice_bar_status_date = get_option( “pwaforwp_review_notice_bar_close_date”);
$review_notice_bar_never = get_option( “pwaforwp_review_never”);
if(in_array($current_date,$list_of_date) && $review_notice_bar_status_date !=$current_date && $review_notice_bar_never !=’never’){
echo ‘<div class=”updated notice is-dismissible message notice notice-alt pwaforwp-feedback-notice”>
<p><span class=”dashicons dashicons-thumbs-up”></span>
‘.esc_html__(‘You have been using the PWA For WP plugin for some time now, do you like it?, If so,’, ‘pwa-for-wp’).’
‘.esc_html__(‘please write us a review’, ‘pwa-for-wp’).’
<button style=”margin-left:10px;” class=”button button-primary pwaforwp-feedback-notice-remindme”>’.esc_html__(‘Remind Me Later’, ‘pwa-for-wp’).'</button>
<button style=”margin-left:10px;” class=”button button-primary pwaforwp-feedback-notice-close”>’.esc_html__(‘No Thanks’, ‘pwa-for-wp’).'</button>’
.'</p> ‘
.'</div>’;
}