plugins_api_result, $res, $action, $args

plugins_api_result, $res, $action, $args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('plugins_api_result, $res, $action, $args') is found 1 times:

  • /wp-admin/includes/plugin-install.php line 230
    	 * @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.0