Skip to content

Filter: apple_news_export_list_columns

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_export_list_columns', array $columns )

Allows you to add, edit or delete the columns on the Apple News list table.

Parameters

$columns

(array) An associative array of column slugs to column labels.

Source

admin/class-admin-apple-news-list-table.php

Clone this wiki locally