plugins_api_args

plugins_api_args

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('plugins_api_args') is found 1 times:

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