issuu removed support for tags?
-
It seems all mentions of tags have disappeared from issuu. I haven’t seen any way to add tags when uploading or when editing. Now I’m receiving this error message on my site:
Warning: in_array() expects parameter 2 to be array, null given in /html/wp-content/plugins/issuupress/issuupress.php on line 131
This refers to this conditional statement in the plugin, on line 131:
if(in_array($this->filterByTag, $d->document->tags)){ $docId = $d->document->documentId; $docTitle = $d->document->title; break; }
Which may back up my suspicion that filtering by tags will no longer work.
- The topic ‘issuu removed support for tags?’ is closed to new replies.