Changes between Initial Version and Version 1 of Ticket #62669, comment 2
- Timestamp:
- 12/09/2024 03:19:46 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62669, comment 2
initial v1 1 Thanks @TobiasBg. WP CLI is odd. If you don't call `--skip-plugins`, it will load up all PHP code from all plugins before running which means a bad plugin can cause WP CLI to functionwhich can be problematic for an administrative tool.1 Thanks @TobiasBg. WP CLI is odd. If you don't call `--skip-plugins`, it will load up all PHP code from all plugins before running which means a bad plugin can cause WP CLI to not function at all, which can be problematic for an administrative tool. 2 2 3 3 Thanks, I'll open an issue with WP CLI and try not using `--skip-plugins` (though that should only skip plugin PHP code, it shouldn't have any effect on the core hooks...hopefully)