This plugin does not work unless…
-
This plugin does not work unless you modify the code In the file flagged-content-ajax.php you must change the the following line (line 202)
$post_type = (int) get_post_type( $this->data[‘post_id’] );
to this
$post_type = get_post_type( $this->data[‘post_id’] );
Or else it will never work.
- You must be logged in to reply to this topic.