plugins_api_args

plugins_api_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('plugins_api_args') is found 1 times:

  • /wp-admin/includes/plugin-install.php line 129
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    *
     * @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.
     *