WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about plugins_api_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/plugin-install.php apply_filters 134 /**
* Filters the WordPress.org Plugin Installation API arguments.
*
* Important: An object MUST be returned to this filter.
*
* @since 2.7.0
*
* @param object $args Plugin API arguments.
* @param string $action The type of information being requested from the Plugin Installation API.
*/

Hook Parameters

Parameter Type Name Description
object $args Plugin API arguments.
string $action The type of information being requested from the Plugin Installation API.