wpmu_blogs_columns WordPress Filter Hook

The wpmu_blogs_columns hook allows you to add or remove columns from the list of sites on the Sites page in the WordPress admin.

apply_filters( 'wpmu_blogs_columns', string[] $sites_columns ) #

Filters the displayed site columns in Sites list table.


Parameters

$sites_columns

(string[])An array of displayed site columns. Default 'cb', 'blogname', 'lastupdated', 'registered', 'users'.


Top ↑

Source

File: wp-admin/includes/class-wp-ms-sites-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
MU (3.0.0)Introduced.

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.