Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

No comments on media pages

Closes comments on attachment pages, which nobody means to comment on and bots love.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Comments
  • Tested with WordPress 7.1
PHP
<?php

add_filter(
	'comments_open',
	static fn( $open, $post_id ) => 'attachment' === get_post_type( $post_id ) ? false : $open,
	10,
	2
);
add_filter(
	'pings_open',
	static fn( $open, $post_id ) => 'attachment' === get_post_type( $post_id ) ? false : $open,
	10,
	2
);

In these packs

  • Comments: Fewer spam comments and more control: close old posts, set minimum and maximum lengths, a spam trap, no links.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.