Changes between Version 1 and Version 2 of Ticket #58333, comment 90
- Timestamp:
- 05/19/2023 02:31:27 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58333, comment 90
v1 v2 23 23 [someshortcode] 24 24 }}} 25 isn't and solution is to do parsing for both before user content. Database content is fine if it's wp_template or wp_template_part but not anything else. 25 isn't and solution is to do parsing for both before user content. Database content is fine if it's wp_template or wp_template_part but not anything else. And not wrap entire template with do_shortcode, but rather direct block content of wp:shortcode. Similar to that fix plugin listed above but only for a curated list of blocks.