-
·
WordPress 7.1 Server Compatibility
The HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team reviews the compatibility between each WordPress release and the serverServer A server is a piece of computer hardware or software that provides functionality for other programs…
-
·
Version Compatibility
ServerServer A server is a piece of computer hardware or software that provides functionality for other programs or devices. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers. compatibility details for each WordPress release. Each page under this one records the PHPPHP PHP (PHP: Hypertext Preprocessor)…
-
·
WordPress 7.0 Server Compatibility
The HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team reviews the compatibility between each WordPress release and the serverServer A server is a piece of computer hardware or software that provides functionality for other programs…
-
·
Agent Skills
The official, shared home for portable instructions, checklists, and scripts that help AI assistants understand WordPress development patterns, avoid common mistakes, and follow best practices. GitHub repository AI coding assistants are powerful, but they often: Generate outdated WordPress patterns (pre-GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process…
-
·
Repo Maintainers
Repo Maintainers help steward AI team projects and ensure they remain healthy, welcoming, and moving forward. Maintainers are not expected to personally design and implement every feature, review every contribution, or make every decision. The role is primarily one of stewardship, coordination, and QA. Maintainers are encouraged to share responsibilities with other contributors and avoid…
-
·
Exit Codes
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ follows widely-adopted Unix conventions for exit codes: 0 signals success (the command’s primary condition was satisfied), while non-zero values signal that the primary condition was not satisfied. This can…
-
·
Security Vulnerability Reporting for WP-CLI
The WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ team appreciates security vulnerability reports and takes them seriously. If you believe you have discovered a security vulnerability in WP-CLI, please read this page in full before following…
-
·
Support
WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/’s maintainers and contributors have limited availability to answer general support questions. The current version of WP-CLI is the only officially supported version. Before asking for help, search for your…
-
·
Database Inspection
Some test scenarios require checking or editing database rows directly. If you need a browser-based database tool for a local WordPress development environment, you can add phpMyAdmin to your wordpress-develop Docker setup. Using phpMyAdmin Create or update docker-compose.override.yml in the root of your local WordPress Develop checkout. If you already use an override file for…