plugins_api_args, $args, $action
plugins_api_args, $args, $action
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('plugins_api_args, $args, $action') is found 1 times:
- /wp-admin/includes/plugin-install.php line 129
* * @param object $args Plugin API arguments. * @param string $action The type of information being requested from the Plugin Installation API. */ $args = apply_filters( 'plugins_api_args', $args, $action ); /** * Filters the response for the current WordPress.org Plugin Installation API request. * * Returning a non-false value will effectively short-circuit the WordPress.org API request. *