apply_filters( "install_themes_table_api_args_{$tab}", array|false $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 tab.

Possible hook names include:

  • install_themes_table_api_args_dashboard
  • install_themes_table_api_args_featured
  • install_themes_table_api_args_new
  • install_themes_table_api_args_search
  • install_themes_table_api_args_updated
  • install_themes_table_api_args_upload

Parameters

$args

(array|false) Theme install API arguments.

Source

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

View on Trac

Changelog

Version Description
3.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/install_themes_table_api_args_tab