plugins_api_result

最后更新于:2021-11-27 14:35:20

apply_filters( ‘plugins_api_result’, object|GC_Error $res, string $action, object $args )

Filters the Plugin Installation API response results.

参数

$res

(object|GC_Error)
Response object or GC_Error.

$action

(string)
The type of information being requested from the Plugin Installation API.

$args

(object)
Plugin API arguments.

源文件

文件: gc-admin/includes/plugin-install.php

View on Trac