Filter hook 'plugins_api_args'

in WP Core File wp-admin/includes/plugin-install.php at line 134

Description

Filters the WordPress.org Plugin Installation API arguments. Important: An object MUST be returned to this filter.

Occurrences

Filename Line Number
wp-admin/includes/plugin-install.php 134

Parameters

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

PHP Doc

/**
	 * 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.
	 */