Make WordPress Core

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


Ignore:
Timestamp:
02/28/2018 10:20:08 PM (7 years ago)
Author:
MikeSchinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42855, comment 13

    v1 v2  
    77> so the current method would be to know the order they are called in so that the next one can do the finish work on the previous.
    88
    9 That would add to very fragile code that could easily conflict with other plugins. Certainly you are not advocating for this?
     9I have done that before for sites when force. But from experience it is very fragile and often conflicts with other plugins. Certainly you are not advocating for this?
    1010
    1111> Or, add an action for `all`, and apply logic to the action names that start with `get_template_part`.