wha does the following function remove from wordpress users admin area? [closed]

This removes the ‘quick edit’ button from the page edit dashboard for all users who cannot edit theme options (usually admins). So, quick edit is no longer available for common editors, assuming there has been no messing with default capabilities.

The two added filters are the same. One of them is probably meant to apply to the post edit dashboard and should read add_filter('post_row_actions','remove_stuff');

Read more