Skip to content

Filter: apple_news_export_table_get_posts_args

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_export_table_get_posts_args', array $args )

Allows you to manipulate the $args sent to WP_Query to populate the posts on the Apple News list table.

Parameters

$args

(array) The arguments sent to WP_Query to populate the list table.

Source

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

Clone this wiki locally