wpmu_users_columns

wpmu_users_columns

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpmu_users_columns') is found 1 times:

  • /wp-admin/includes/class-wp-ms-users-list-table.php line 207
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
         *
         * @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() {