PUM_ListTable::pagination()
Method: Display the pagination.
Source: classes/ListTable.php:711
Method: Display the pagination.
Source: classes/ListTable.php:711
Method: Get a list of columns. The format is: ‘internal-name’ => ‘Title’
Source: classes/ListTable.php:841
Method: Get a list of sortable columns. The format is: ‘internal-name’ => ‘orderby’ or ‘internal-name’ => array( ‘orderby’, true )
Source: classes/ListTable.php:857
Method: Gets the name of the default primary column.
Source: classes/ListTable.php:868
Method: Public wrapper for PUM_ListTable::get_default_primary_column_name().
Source: classes/ListTable.php:897
Method: Gets the name of the primary column.
Source: classes/ListTable.php:908
Filter Hook: Filters the name of the primary column for the current list table.
Source: classes/ListTable.php:926
Method: Get a list of all, hidden and sortable columns, with filter applied
Source: classes/ListTable.php:942
Filter Hook: Filters the list table sortable columns for a specific screen.
Source: classes/ListTable.php:969
Filter Hook: Filters whether to remove the ‘Months’ drop-down from the post list table.
Source: classes/ListTable.php:520