Download the PHP package tuhin18003/wp-compat-tester without Composer
On this page you can find all versions of the php package tuhin18003/wp-compat-tester. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tuhin18003/wp-compat-tester
More information about tuhin18003/wp-compat-tester
Files in tuhin18003/wp-compat-tester
Download tuhin18003/wp-compat-tester
More information about tuhin18003/wp-compat-tester
Files in tuhin18003/wp-compat-tester
Vendor tuhin18003
Package wp-compat-tester
Short Description A CLI tool to scan WordPress plugins for compatibility with the latest WordPress versions.
License MIT
Homepage https://github.com/tuhin18003/wp-compat-tester
Package wp-compat-tester
Short Description A CLI tool to scan WordPress plugins for compatibility with the latest WordPress versions.
License MIT
Homepage https://github.com/tuhin18003/wp-compat-tester
Please rate this library. Is it a good library?
Informations about the package wp-compat-tester
WP Compat Tester
A CLI tool to scan your WordPress plugin code for compatibility issues with the latest WordPress version.
Features
- Detects your local WordPress version
- Fetches the latest WordPress version from wordpress.org
- Scans plugin PHP files for deprecated functions (based on official GitHub source)
- Warns about improper usage of
plugins_loaded
for translations in WP 6.7+
Installation (in your plugin project)
Inside your plugin project folder:
Usage
Option 1: Manually
Run the CLI tool directly:
Or scan multiple paths:
Option 2: Add to composer scripts
In your plugin project's composer.json
:
Then run:
Output Example
License
MIT
All versions of wp-compat-tester with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
The package tuhin18003/wp-compat-tester contains the following files
Loading the files please wait ....