Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35856, comment 3


Ignore:
Timestamp:
02/19/2016 07:16:48 PM (10 years ago)
Author:
Viper007Bond
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35856, comment 3

    initial v1  
    1313}}}
    1414
    15 It's a clone of `do_shortcode()`'s core functionality so that `shortcode_hack_extra_escape_escaped_shortcodes()` doesn't get called.
     15It's a clone of `do_shortcode()`'s core functionality so that `do_shortcodes_in_html_tags()` doesn't get called.
    1616
    1717'''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.