Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_prepare_plugin

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
605           /**
606            * Filters plugin data for a REST API response.
607            *
608            * @since 5.5.0
609            *
610            * @param WP_REST_Response $response The response object.
611            * @param array            $item     The plugin item from {@see get_plugin_data()}.
612            * @param WP_REST_Request  $request  The request object.
613            */
614           return apply_filters( 'rest_prepare_plugin', $response, $item, $request );
615      }
616
617      /**
618       * Prepares links for the request.
619       *
620       * @since 5.5.0
621       *
622       * @param array $item The plugin item.
623       * @return array[]