Changes between Version 1 and Version 2 of Ticket #42855, comment 13
- Timestamp:
- 02/28/2018 10:20:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42855, comment 13
v1 v2 7 7 > 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. 8 8 9 That would add to very fragile code that could easily conflictwith other plugins. Certainly you are not advocating for this?9 I 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? 10 10 11 11 > Or, add an action for `all`, and apply logic to the action names that start with `get_template_part`.