plugins_api_args

最后更新于:2021-11-27 14:31:36

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

Filters the GeChiUI.org Plugin Installation API arguments.

参数

$args

(object)
Plugin API arguments.

$action

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

源文件

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

View on Trac