• Hello to all dear friends,
    How can we add a new row actions item to product reviews?
    I used the following code, but the new item is not added

    add_filter('comment_row_actions','my_action_row', 100, 2);

    function my_action_row($actions, $comment){


    $actions = '<a >check if indexed</a>';

    return $actions;
    }

    I have included a picture for you?https://postimg.cc/v4K2SwDB

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello ????? ??????

    Thank you for contacting Woo support.

    Please note that our support policy does not cover custom-coded solutions.
    I recommend that you consult a professional developer who can review your code and make any changes if needed.

    You can find Woo developers at:
    WooExperts
    Codeable.io

    Feel free to contact us again if you have any questions related to WooCommerce core.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make custom row actions on woocommerce product reviews’ is closed to new replies.