• Resolved ????? ??????

    (@amoozesh98com)


    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)
Viewing 1 replies (of 1 total)
  • The topic ‘make custom row actions on woocommerce prodouct reviews comment’ is closed to new replies.