Copilot

Results 4682 issues of Copilot

## Summary Fixes security issue where `wp plugin verify-checksums` skipped plugin directories without valid main plugin files, allowing malware to hide in these "shadow" directories. ## Changes ### 1. Enhanced...

- [x] Add `check-update-db` method to Core_Command class - [x] Implement logic to check if database update is needed (compare wp_db_version with current db_version) - [x] Add support for --network...

Plan to add cron arguments into logging as debug output: - [x] Understand the current code structure and event object - [x] Add WP_CLI::debug() call to log event arguments after...

Complete the incomplete test for alternate cron (ALTERNATE_WP_CRON) ## Plan - [x] Analyze the issue and understand the incomplete test - [x] Review the `wp cron test` command implementation to...

- [x] Add new `config add` command that adds a constant/variable (fails if it already exists) - [x] Add new `config update` command that updates or adds a constant/variable (upsert...

Add `--no-interaction` flag to package commands to prevent interactive prompts - [x] Add `--no-interaction` flag to `wp package install` command - [x] Add `--no-interaction` flag to `wp package update` command...

command:package-install
command:package-uninstall
command:package-update

Bash's `history -s` command interprets strings starting with `-` as options rather than arguments, causing errors when users enter expressions like `-1` or `--help` in the shell REPL. ## Changes...

command:shell

- [x] Understand current codebase structure and how REPL works - [x] Implement restart functionality in REPL class - [x] Add special command detection for 'restart' - [x] Return special...

- [x] Fix HTTP links in English index.md (1 link) - [x] Fix HTTP links in German (de/index.md) - 3 links total - [x] Fix HTTP links in Portuguese (br/index.md)...

- [x] Understand the repository structure and existing Behat steps - [x] Analyze all Given/When/Then step definitions to identify what needs testing - [x] Create a comprehensive feature file testing...