Make WordPress Core

Changes between Version 5 and Version 6 of Ticket #62849


Ignore:
Timestamp:
01/29/2025 11:49:31 PM (13 months ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62849 – Description

    v5 v6  
    77This will also introduce consistency with the action name `set_transient_{$transient}`.
    88
     9The incorrectly spelt action is [https://wpdirectory.net/search/01JJAJAAEHNJZHT5F8V4H5M35T used in some popular plugins], the two highest installations with 200K+ active installs, so that may be a blocker due to the amount of log entries it will create. It will not be a back-compat break as it would be covered by a `do_action_deprecated()` call.
     10
    911----
    1012
    1113Edit: `setted_site_transient` ought to be renamed too as part of this, see [comment:3 comment #3] -- @peterwilsoncc
    12 
    13 The incorrectly spelt action is [https://wpdirectory.net/search/01JJAJAAEHNJZHT5F8V4H5M35T used in some popular plugins], the two highest installations with 200K+ active installs, so that may be a blocker due to the amount of log entries it will create. It will not be a back-compat break as it would be covered by a `do_action_deprecated()` call.