Filters the Plugin Installation API response results.
$resobject|WP_Error$actionstring$argsobjectwp-admin/includes/plugin-install.php:230plugins_api() * @since 2.7.0 * * @param object|WP_Error $res Response object or WP_Error. * @param string $action The type of information being requested from the Plugin Installation API. * @param object $args Plugin API arguments. */ return apply_filters( 'plugins_api_result', $res, $action, $args );} /** * Retrieves popular WordPress plugin tags. * * @since 2.7.0Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.