wpmu_users_columns

wpmu_users_columns

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_users_columns') is found 1 times:

  • /wp-admin/includes/class-wp-ms-users-list-table.php line 207
    		 *
    		 * @param string[] $users_columns An array of user columns. Default 'cb', 'username',
    		 *                                'name', 'email', 'registered', 'blogs'.
    		 */
    		return apply_filters( 'wpmu_users_columns', $users_columns );
    	}
    
    	/**
    	 * @return array
    	 */
    	protected function get_sortable_columns() {