Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    You can use one of the built-in filters to add this outside of the plugin (in your theme functions.php file or somewhere else that won’t be overwritten by any plugin or theme updates).

    function mtphr_dnt_tick_do_shortcode( $contents ) {
    	return do_shortcode( $contents );
    }
    add_filter( 'mtphr_dnt_tick', 'mtphr_dnt_tick_do_shortcode' );
    Thread Starter Dave Navarro, Jr.

    (@dnavarrojr)

    Just got around to looking at this again. Thanks so much!! I haven’t updated the plugin in months.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add short code support’ is closed to new replies.