Tagged Questions
-1
votes
2answers
567 views
shortcode causing the_content() to return blank?
I have a shortcode that just retrieves some info from the options table in the database.
For whatever reason, when the content reaches a certain character limit the_content() to return blank?
The ...