Changes between Initial Version and Version 1 of Ticket #31281, comment 8
- Timestamp:
- 02/16/2015 11:42:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31281, comment 8
initial v1 5 5 > I did wonder about things like meta tags where you might want to have some open graph tags dependent on others being present etc... or for removing their output by other plugins but the current `remove_action()` functionality is probably good enough. To get some progress on this my view is that it should be kept to the case of scripts where order of loading is more important. 6 6 7 I guess I know (partly) understand what the idea behind that is. And I agree that the idea of passing in strings as template is not that stupid. At least one can do that with other JS frameworks as well and part of the idea of that patch is to bring WP closer to how JS frameworks handle templates. This should allow non-WP/JS devs to more quickly jump onto WP.7 I guess I now (partly) understand what the idea behind that is. And I agree that the idea of passing in strings as template is not that stupid. At least one can do that with other JS frameworks as well and part of the idea of that patch is to bring WP closer to how JS frameworks handle templates. This should allow non-WP/JS devs to more quickly jump onto WP. 8 8 9 9 I will inspect that when I find some time. If someone can point me to some link that explains the open graph stuff, I'll happily read that and take it into consideration. Thanks in advance.