list_table_primary_column

Advertisement

Summery Summery

Filters the name of the primary column for the current list table.

Syntax Syntax

apply_filters( 'list_table_primary_column', string $default, string $context )

Parameters Parameters

$default

Column name default for the specific list table, e.g. 'name'.

$context

Screen ID for specific list table, e.g. 'plugins'.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply