ms_user_list_site_actions

ms_user_list_site_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('ms_user_list_site_actions') is found 1 times:

  • /wp-admin/includes/class-wp-ms-users-list-table.php line 438
    			 *
    			 * @param string[] $actions     An array of action links to be displayed. Default 'Edit', 'View'.
    			 * @param int      $userblog_id The site ID.
    			 */
    			$actions = apply_filters( 'ms_user_list_site_actions', $actions, $site->userblog_id );
    
    			$action_count = count( $actions );
    
    			$i = 0;
    
    			foreach ( $actions as $action => $link ) {