This appears as a notification on out admin control panel.
Like Button Rating: Congrats! Your website crossed the 200 votes – that’s awesome! If you like the plugin you can submit a review here.
Give 5 stars | Dismiss this notice
jQuery(document).ready(function() { jQuery(document).on(“click”, “.likebtn_review_notice .notice-dismiss, .likebtn_review_notice .likebtn_dismiss_review”, function(e) { e.preventDefault(); jQuery(“.likebtn_review_notice”).remove(); jQuery.ajax({ url: ajaxurl, method: “POST”, data: { action: “likebtn_dismiss_review”, likebtn_review: “1” } }); }); });
Picture with the problem:
Screenshot
-
This reply was modified 3 years, 3 months ago by adrcostel.