apply_filters( “install_themes_table_api_args_{$tab}”, array|false $args )

In this article

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

$argsarray|false
Theme install API arguments.

Source

$args = apply_filters( "install_themes_table_api_args_{$tab}", $args );

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.