We'll create fresh WordPress site with Always Allow Admin Comments installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin enables a user with the administrator role the ability to comment on any post or page, even if the comments for that post or page are closed. When the plugin is active, this behavior is automatically enabled.
Administrators can be explicitly prevented from commenting on specific posts via two approaches:
Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage
Developer documentation can be found in DEVELOPER-DOCS.md. That documentation covers the hooks provided by the plugin.
As an overview, these are the hooks provided by the plugin:
c2c_always_allow_admin_comments_disable
: Customizes if comments should actually be disabled for a particular admin user.c2c_always_allow_admin_comments_post_types
: Customizes which post types are supported by the plugin.