Add and Remove Row Actions in an Existing WP_List_Table
I would like to modify the row actions of an existing WP_List_Table. For example, in the Users section in the back end, I would like to remove the Edit option from each user.
I would like to also add new actions, such as Books, which would list the books read by this user (this works with another plugin).
I have a feeling it is some sort of filter, but could not find anything in documentation.
Please note that I am not creating a new table. This is an existing WordPress table (e.g., Users).
How do I do that?
Thanks.
Topic row-actions wp-list-table actions wp-admin Wordpress
Category Web