apply_filters( "install_plugins_table_api_args_{$tab}", array|bool $args )

Filters API request arguments for each Plugin Install screen tab.


Description Description

The dynamic portion of the hook name, $tab, refers to the plugin install tabs. Default tabs include ‘featured’, ‘popular’, ‘recommended’, ‘favorites’, and ‘upload’.


Parameters Parameters

$args

(array|bool) Plugin Install API arguments.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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