wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



install_themes_table_api_args_{$tab} › Hooks de Filtros WordPress

Desde3.7.0
Obsoleton/a
apply_filters( "install_themes_table_api_args_{$tab}", $args )
Parâmetros:
  • (array|false) $args Theme install API arguments.
    Required: Yes
Definido em:
Codex:

Filters API request arguments for each Install Themes screen tab.

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




Fonte

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