jetpack_markdown_preserve_shortcodes, $this->preserve_shortcodes

jetpack_markdown_preserve_shortcodes, $this->preserve_shortcodes

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_markdown_preserve_shortcodes, $this->preserve_shortcodes') is found 1 times:

  • /_inc/lib/markdown/gfm.php line 77
    		 * @since 4.4.0
    		 *
    		 * @param boolean $preserve_shortcodes Defaults to $this->preserve_shortcodes.
    		 */
    		$this->preserve_shortcodes = apply_filters( 'jetpack_markdown_preserve_shortcodes', $this->preserve_shortcodes ) && function_exists( 'get_shortcode_regex' );
    		$this->preserve_latex      = function_exists( 'latex_markup' );
    		$this->strip_paras         = function_exists( 'wpautop' );
    
    		$this->span_gamut['do_strikethrough'] = 55;
    
    		parent::__construct();