Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #59719, comment 13


Ignore:
Timestamp:
01/02/2024 06:46:00 PM (13 months ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59719, comment 13

    v1 v2  
    2020    * For those that need changes to be reflected immediately, they need to either use `WP_DEVELOPMENT_MODE` or flush the transient with a plugin.
    2121    * This is similar for sites using an object cache, though the difference in reality is that flushing the object cache is a commonly supported functionality in plugins, so it's a more intuitive workflow than having to flush transients (which isn't something that WordPress has historically required or encouraged anywhere).
    22 * If not using multisite, delete the previous theme's cached data since there's only that one site with the one active theme anyway (maybe regardless of whether object cache or transient, but certainly at least when using object cache).
     22* If not using multisite, delete the previous theme's cached data when switching the theme since there's only that one site with the one active theme anyway (maybe regardless of whether object cache or transient, but certainly at least when using object cache).
    2323
    2424@joemcgill @spacedmonkey Please feel free to add anything I missed, and let me know if this proposal is in line with what you're thinking.