开发者 | coffee2code |
---|---|
更新时间 | 2021年10月15日 13:57 |
捐献地址: | 去捐款 |
PHP版本: | 4.6 及以上 |
WordPress版本: | 5.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
).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.
Yes.
bin
into tests/
tests/bootstrap.php
into tests/phpunit/
tests/test-*.php
into tests/phpunit/tests/
phpunit.xml
to phpunit.xml.dist
per best practicesc2c_always_allow_admin_comments_post_types
to allow customizing supported post typesget_post_types()
to get the list of supported post typescan_show_ui()
to check if post's post type is supported