Changes between Initial Version and Version 1 of Ticket #46707, comment 28
- Timestamp:
- 04/15/2019 08:45:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46707, comment 28
initial v1 2 2 > I am wondering if we should have made this more accessible to plugins and themes... 3 3 4 Was looking at that too. Generally there are two ways plugins and themes can take:4 Was looking at that too. This functionality is pretty easy to do, doesn't require any "heavy lifting" etc. Generally there are two ways plugins and themes can take: 5 5 6 6 1. We add a "minimal" API for it and they use it. Downside is it may not work well for all cases, so plugins will need to bypass or extend it. Then when we fix something they may need to update the way they use it.