Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62669, comment 2


Ignore:
Timestamp:
12/09/2024 03:19:46 PM (16 months ago)
Author:
dkrocket
Comment:

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 function which can be problematic for an administrative tool.
     1Thanks @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.
    22
    33Thanks, 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)