wpmu_blogs_columns

wpmu_blogs_columns

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpmu_blogs_columns') is found 1 times:

  • /wp-admin/includes/class-wp-ms-sites-list-table.php line 385
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
         *
         * @param string[] $sites_columns An array of displayed site columns. Default 'cb',
         *                               'blogname', 'lastupdated', 'registered', 'users'.
         */
        return apply_filters( 'wpmu_blogs_columns', $sites_columns );
    }
     
    /**
     * @return array
     */
    protected function get_sortable_columns() {

See this hook used in plugins: