network_site_users_after_list_table WordPress Action Hook

The network_site_users_after_list_table hook is called after the list of users for a site has been displayed in the Network Admin Users list table. This hook can be used to add custom actions or columns to the list table for a site's users.

do_action( 'network_site_users_after_list_table' ) #

Fires after the list table on the Users screen in the Multisite Network Admin.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.