Changes between Initial Version and Version 1 of Ticket #35856, comment 3
- Timestamp:
- 02/19/2016 07:16:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35856, comment 3
initial v1 13 13 }}} 14 14 15 It's a clone of `do_shortcode()`'s core functionality so that ` shortcode_hack_extra_escape_escaped_shortcodes()` doesn't get called.15 It's a clone of `do_shortcode()`'s core functionality so that `do_shortcodes_in_html_tags()` doesn't get called. 16 16 17 17 '''Note that this isn't a great idea for rendering! ''' I'm only using it in the context of escaping shortcode contents when a post is going into the database and decoding them when they're heading to the editor. I'm using the safe `do_shortcode( $content, true )` when actually parsing the shortcodes for render.