apply_filters( ‘plugins_api_args’, object $args, string $action )

In this article

Filters the WordPress.org Plugin Installation API arguments.

Description

Important: An object MUST be returned to this filter.

Parameters

$argsobject
Plugin API arguments.
$actionstring
The type of information being requested from the Plugin Installation API.

Source

$args = apply_filters( 'plugins_api_args', $args, $action );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

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