Skip to content

Filter: apple_news_column_title

kevinfodness edited this page Oct 23, 2020 · 1 revision

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

Clone this wiki locally