| 开发者 | shmidtelson |
|---|---|
| 更新时间 | 2026年6月1日 19:37 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 6.8.5 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[wp_rating] show rating[wp_rating_total] show total votes for current post[wp_rating_avg] show total votes for current post
== Installation ==wp-post-rating directory to the /wp-content/plugins/ directory on your web server.editorconfig, .distignore, source assets/js/) that could confuse installs on strict hostsPluginBootstrap service wiring, .wordpress/ Docker dev stack with plugin bind-mount, Playground blueprints (.sandbox/, root blueprint.json)init (WordPress 6.7+ notice); lazy loading for admin list table and widget classesplugin-remove to deactivate and remove the plugin from local Docker installs.distignore excludes dev tooling from WordPress.org packages (node_modules, Docker/Makefile, docs)src/Compat/ListTableLoader.php (fatal on activation)src/Compat/ for WPR\Compat\ListTableLoader (Composer PSR-4 autoload)make i18n to compile language files; Docker/Makefile for local developmentassets/blueprints/blueprint.json) for plugin directory previewwpr_rating table creation when missing after deploy