Typo in your code line 750
-
if (is_array($shortcode_attributes) && count($shortcode_attributes > 0)){
should be
if (is_array($shortcode_attributes) && count($shortcode_attributes) > 0){
Seems to me anyone who develops a plugin, should have error logging turned on, so they can see their own flaws.
But what do I know. Perhaps flying blind is a virtue.
- The topic ‘Typo in your code line 750’ is closed to new replies.