Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: plugins_api_result

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
226      /**
227       * Filters the Plugin Installation API response results.
228       *
229       * @since 2.7.0
230       *
231       * @param object|WP_Error $res    Response object or WP_Error.
232       * @param string          $action The type of information being requested from the Plugin Installation API.
233       * @param object          $args   Plugin API arguments.
234       */
235      return apply_filters( 'plugins_api_result', $res, $action, $args );
236 }
237
238 /**
239  * Retrieves popular WordPress plugin tags.
240  *
241  * @since 2.7.0
242  *
243  * @param array $args
244  * @return array|WP_Error