• hemligg

    (@hemligg)


    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.

  • The topic ‘This plugin does not work unless…’ is closed to new replies.