Skip to content

Filter: apple_news_column_default

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_column_default', string $default, string $column_name, WP_Post $post )

Filters the default value for a column in the article list table.

Parameters

$default

(string) The default value.

$column_name

(string) The name of the column being rendered.

$post

(WP_Post) The post object being rendered.

Source

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

Clone this wiki locally