Changes between Initial Version and Version 1 of Ticket #19639, comment 3
- Timestamp:
- 12/21/2011 09:43:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19639, comment 3
initial v1 2 2 > Wouldn't it be possible to just hook into `the_content` before `do_shortcode()` to make the replacement? 3 3 4 I'd rather avoid doing something this involved and apply the fixes once each shortcode is being processed and the parameters have already been split up into thelist. Ideally, changes to the whole $content should be avoided IMO, especially if regex is the only [sane] way to accomplish the task.4 I'd rather avoid doing something this involved and apply the fixes once each shortcode is being processed and the parameters have already been split up into a list. Ideally, changes to the whole $content should be avoided IMO, especially if regex is the only [sane] way to accomplish the task.