plugins_api

最后更新于:2021-11-27 14:28:24

apply_filters( ‘plugins_api’, false|object|array $result, string $action, object $args )

Filters the response for the current GeChiUI.org Plugin Installation API request.

参数

$result

(false|object|array)
The result object or array. Default false.

$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