Make WordPress Core

Changes between Initial Version and Version 25 of Ticket #34936


Ignore:
Timestamp:
06/04/2016 03:00:30 AM (7 years ago)
Author:
danielbachhuber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34936

    • Property Keywords has-patch added
    • Property Milestone changed from Future Release to 4.6
  • Ticket #34936 – Description

    initial v25  
    1111* [ ] Core: Provide one or more hooks to make runtime modifications before and after `require_wp_db()` is called, and after `wp_start_object_cache()` is called. Will need further discovery and testing.
    1212* [ ] Core: Provide a way of overloading `wp_not_installed()`, which outputs headers and can call `die()`
    13 * [ ] Core: Provide a way to skip the loading of specific plugins and/or themes.
    14 * [ ] Address how we should handle WP-CLI's current exclusion of `wp-includes/vars.php`
     13* [x] Core: Provide a way to skip the loading of specific plugins and/or themes.
     14* [x] Address how we should handle WP-CLI's current exclusion of `wp-includes/vars.php`
    1515
    1616We can split these into sub-tickets as the discussion evolves. I look forward to the feedback.