Filter: apple_news_column_title - alleyinteractive/apple-news GitHub Wiki

apply_filters( 'apple_news_column_title', string $html, WP_Post $item, array $actions )

Filters the HTML of the title column in the article list table.

Parameters

$html

(string) The HTML for the title column in the article list table.

$item

(WP_Post) The post item being displayed.

$actions

(array) An array of available row actions.

Source

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