Filters API request arguments for each Add Plugins screen tab.
Description
The dynamic portion of the hook name, $tab, refers to the plugin install tabs.
Possible hook names include:
install_plugins_table_api_args_favoritesinstall_plugins_table_api_args_featuredinstall_plugins_table_api_args_popularinstall_plugins_table_api_args_recommendedinstall_plugins_table_api_args_uploadinstall_plugins_table_api_args_searchinstall_plugins_table_api_args_beta
Parameters
$argsarray|false- Plugin install API arguments.
Source
$args = apply_filters( "install_plugins_table_api_args_{$tab}", $args );
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.