內容簡介
Core Version Switcher 外掛允許開發者和網站管理員直接在 WordPress 控制台中快速切換不同的 WordPress 核心版本,方便測試外掛相容性、除錯版本特定問題或安全地降級/升級 WordPress 核心。
【主要功能】
• 快速切換 WordPress 核心版本
• 測試外掛相容性
• 除錯版本特定問題
• 安全降級或升級核心版本
外掛標籤
開發者團隊
原文外掛簡介
Allows developers and site administrators to quickly switch between different WordPress core versions directly from the WordPress dashboard. Ideal for testing plugin compatibility, debugging version-specific issues, or downgrading/upgrading WordPress core safely.
Developer Notes
This plugin uses PostCSS for CSS compilation and nesting. Source files and build configurations are included.
CSS Compilation
To build the compiled stylesheets:
1. Ensure Node.js and npm are installed.
2. Run npm install in the plugin directory to install dependencies.
3. Run npm run build to compile styles from src/css/ to admin/css/.
Coding Standards
To run WordPress coding standard checks:
1. Ensure Composer is installed.
2. Run composer install to install development packages.
3. Run vendor/bin/phpcs to check PHP code against WordPress standards.
