Skip to content

Filter: apple_news_export_table_pagination_args

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_export_table_pagination_args', array $args )

Allows you to manipulate the arguments for paginating the Apple News list table.

Parameters

$args

(array) An associative array of pagination arguments, including total_items, per_page, and total_pages.

Source

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

Clone this wiki locally