Recent content by iothio

  1. I

    Hello from Greece! Found here exactly what I needed

    Great forum :) found it accidentally...
  2. I

    Add Zeno Report comments button to Woocommerce reviews

    //add this to your functions.php **zeno report comments** plugin required add_filter( 'woocommerce_product_review_list_args', 'report_reviews' ); function report_reviews(){ return apply_filters( 'comment_reply_link', $args['before'] . $link . $args['after'], $args, $comment, $post ); }...
Top