• Resolved MathF

    (@mathf)


    So i’m making a plugin that add an extra bulk action but i’m having an annoying problem.
    I’m using this as the base for my code and so far so good

    https://www.skyverge.com/blog/add-custom-bulk-action/

    But there is one thing i just can’t find, and thus i’m stuck on this part
    and that is to find appropriate action for the productlist

    $wp_list_table = _get_list_table('WP_Posts_List_Table');

    Is there something like WP_Products_List_Table? Or does this not exist yet, if so is there a way to do it

Viewing 1 replies (of 1 total)
  • Thread Starter MathF

    (@mathf)

    Did not see that the $wp_list_table = _get_list_table(‘WP_Posts_List_Table’); Did work

Viewing 1 replies (of 1 total)
  • The topic ‘Custom bulk action in woocommerce products’ is closed to new replies.