Since version 4.1.6, Akismet has a filter which allows you to disable these “mShots” (the site preview popups):
<?php
function disable_akismet_mshots( $value ) {
return false;
}
add_filter( 'akismet_enable_mshots', 'disable_akismet_mshots' );
Related Posts:
- How to auto-approve internal pingbacks?
- Number of External Links in Comments – Moderation Option
- Add delete, approve, spam Links to Comments
- How to create a link to jump to “Leave a comment” part?
- Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
- cancel reply link results in 404 error
- I wish to remove, disable or hide the comment authors’ links to their sites from my home page
- get_comment_author_link not working properly
- Modify links in user comments
- Is there a way to link to the BOTTOM of the comments on a wordpress page?
- Disable Link to Post from Showing Up in Post’s Comments?
- Would switching to InnoDB from MyISAM improve performance of comments table?
- Comments screen in backend, how to disable email address of commenter for non admins
- How can I limit the number of comments per registered user per day?
- get_comments_number of depth-1 (Level 1) (1 post)
- How can I control the comment counts filtering my CPT replies?
- Using filter to add additional fields to comment_form()
- Can I store my custom comment_type into wp_comments table?
- Comments waiting but no comments found
- Programmatically block commenting by restricting view of comment form
- What is comment_karma?
- How to override function twentyten_comment
- Disqus over the default commenting engine, what are some pros and cons?
- How can change wordpress comment reply text for specific pages only?
- How to make comment text field un-required?
- How to disable empty tags in comment_text()
- Expanding the allowed HTML tags in comments?
- comments are coming on improper posts
- Is there any way to override “break comments into pages” and “close comments for old posts” on certain posts, but not on others?
- Comments Pagination as an unordered list
- How to get comments from multiple post type?
- Check the Comment in Reply or Normal State
- Threaded commenting: how to show threads by last active first?
- edit_comment capability for subscriber
- Hold comments for moderation only if user is not logged in
- How to add replyToUrl schema.org to WordPress comments?
- Loading post comments after clicking a button
- Follow-up Comments Notification Without a Plug-in
- How to return 404 when called edit-comments.php?
- oEmbed does not work for comments
- Get comments from post and sort by commentmeta value
- Ability to comment on tags that represent a certain “issue”
- Can WordPress comments have titles and taxonomy?
- Do I need to deal with WordPress SQL Injection
- using comments_template() in custom single-portfolio.php
- Comments on homepage (index.php) are duplicated under posts
- Comment Form – E-mail Not Required!
- Get a total count for all comments and display result
- Email notification to an email address other than admin for custom type post comments in wordpress
- Notification if Comment Author Field is left empty. E.g. change input border colour
- List comments received by every posts of an specific author
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Ajax submit comments
- Comment Link from get_comments()?
- How do I automatically insert some text in the comment textbox on submit?
- I cannot view the comments
- if null or int(0) value to 0
- Problem with WordPress Comment
- In wp_list_comments comment dates won’t work?
- Only show own comments in admin panel
- Comments change the template name
- I can’t post comment via REST API
- how to SELECT for the current post id?
- Sending comment notifications to different recipients depending on taxonomy terms
- wp_new_comment requires author url and author email
- Replying to comments
- Custom comment link
- Where are comments coded when using custom theme?
- unsetting required fields in the comment reply form
- Wrong IP address in comment section
- Problem code and show comments
- Highlight comments made by registered users of the site
- It doesn’t matter if I have more than one comment. get_comments_number still equal to one?
- Simple spam check for valid domain in commenter’s email address
- Allowing WordPress.org/com accounts on a self-hosted install
- How to remove the “comments” bit that appears next to or below the posts
- Post comments don’t show
- Get all comments associated with a specific page ID (comment_post_ID)
- Update post “A” on comment submition on post “B”
- How do I add custom field to Admin comment form and display
- I would like to count number of comments after 5 days ago
- Comments counter only for Authors Posts
- Pre- Approved Comment Capability
- Delete comments function
- Comment form not working
- Necessary to have a comments.php if there are no comments?
- Comments page id wp_list_comments
- transition_comment_status gets called when untrashing comments
- spacebar is not working in input and textarea
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Conditionally process comments while ignoring replies
- Required Field for Comment parent only?
- Can I use WP comments for custom tables?
- How do I separate author avatars and comments in 3.4.2?
- writing a plugin, how to disable the comment form altogether?
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- What filter or action to replace comments or add new comment system
- Function to get a list of all comments on 1 post [closed]
- Auto delete WordPress comments
- Add ACF Quick Edit Columns on Comments