Linux 软件免费装
Banner图

Always Allow Admin Comments

开发者 coffee2code
更新时间 2021年10月15日 13:57
捐献地址: 去捐款
PHP版本: 4.6 及以上
WordPress版本: 5.8
版权: GPLv2 or later
版权网址: 版权信息

标签

post page comments admin comment coffee2code commenting comments_open

下载

1.1 1.3.1 1.3.2 1.2 1.2.1 1.3 1.1.1 1.0 1.2.2

详情介绍:

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

安装:

  1. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically /wp-content/plugins/).
  2. Activate the plugin through the 'Plugins' admin menu in WordPress

屏幕截图:

  • A screenshot of the `Discussion` metabox when creating/editing a post or page that allows you to override the plugin to truly disable admin commenting for the post/page. This is the form field used for versions of WordPress older than 5.0, or for versions later than 5.0 when the block editor is disabled.
  • A screenshot of the `Prevent Admin Comments` metabox when creating/editing a post or page that allows you to override the plugin to truly disable admin commenting for the post/page. This is the form field used for WordPress 5.0 and later when the block editor is enabled (which it is by default).

升级注意事项:

1.3.2 Trivial update: added DEVELOPER-DOCS.md, noted compatibility through WP 5.8+, and minor reorganization and tweaks to unit tests 1.3.1 Trivial update: noted compatibility through WP 5.7+ and updated copyright date (2021) 1.3 Minor update: Added hook for customizing post type support, updated a few URLs to be HTTPS, added TODO.md, and noted compatibility through WP 5.4+. 1.2.2 Trivial update: noted compatibility through WP 5.3+, add a few more unit tests, and updated copyright date (2020) 1.2.1 Trivial update: modernized unit tests and noted compatibility through WP 5.2+ 1.2 Recommended update: fix so that the override setting is available in the block editor (as a metabox), modified post meta registeration, tweaked plugin initialization process, noted compatibility through WP 5.1+, updated copyright date (2019), more. 1.1.1 Trivial update: noted compatibility through WP 4.9+, added README.md for GitHub, and updated copyright date (2018) 1.1 Minor update: register meta field via register_meta() (but do not show in REST API), noted compatibility through WP 4.7+, dropped compatibility with versions of WP older than 4.6, and updated copyright date 1.0 Initial public release.

常见问题:

Will this plugin allow an administrator to comment on a post whose comments have been automatically closed for being old?

Yes. = Does this plugin support the block editor (aka Gutenberg)? Yes, though not entirely. The primary functionality of the plugin--allowing administrators to always comment on posts--works regardless of the post editor being used. However, the checkbox that allows the plugin to be disabled on a per-post basis (in order to actively prevent administrators from being able to comment on the post) is currently only available in the classic editor. This is unlikely to affect most users.

Does this plugin include unit tests?

Yes.

更新日志:

1.3.2 (2021-10-14) 1.3.1 (2021-04-04) 1.3 (2020-05-12)