Sell addon breaks site shortcodes
-
You have bug in Sell content Addon. When it’s enabled, all site shortcodes have wrong output (empty line breaks and paragraphs). This line causes this
public function template_redirect() { // Filter the content add_filter( 'the_content', array( $this, 'the_content' ), 5 ); }
I guess, because you make the_content filter with early priority “5”. I checked on several themes, including default themes.
- The topic ‘Sell addon breaks site shortcodes’ is closed to new replies.