apply_filters( 'tribe_aggregator_manage_record_columns', array $post_columns )

Filter the columns displayed in the Posts list table for a specific post type.


Parameters

$post_columns

(array) An array of column names.


Top ↑

Source

File: src/Tribe/Aggregator/Record/List_Table.php


Top ↑

Changelog

Changelog
Version Description
4.3 Introduced.