apply_filters( "install_themes_table_api_args_{$tab}", array $args )

Filters API request arguments for each Install Themes screen tab.


Description

The dynamic portion of the hook name, $tab, refers to the theme install tabs. Default tabs are ‘dashboard’, ‘search’, ‘upload’, ‘featured’, ‘new’, and ‘updated’.


Parameters

$args

(array) An array of themes API arguments.


Source

File: wp-admin/includes/class-wp-theme-install-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.7.0 Introduced.