• Hello
    Need to be able to set the action url of Bulk Actions form in Wp_list_table. ie FORM Action=”myaction”.
    Been looking at the source code and cants seem to find a form tag anywhere.
    Help please
    thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    That’s not how bulk actions are implemented. You can add your own bulk action OK, but applying it will fire a specific WP/PHP action (based on screen ID) which you hook into with add_action(). Your action callback then watches for its specific action parameter in the passed data. When it is seen, your code can do whatever to the passed list of objects.

    Using Custom Bulk Actions

Viewing 1 replies (of 1 total)
  • The topic ‘How to set POST action for a WP_list_table’ is closed to new replies.