Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_prepare_{$this->taxonomy}

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
773            *
774            * Allows modification of the term data right before it is returned.
775            *
776            * @since 4.7.0
777            *
778            * @param WP_REST_Response  $response  The response object.
779            * @param object            $item      The original term object.
780            * @param WP_REST_Request   $request   Request used to generate the response.
781            */
782           return apply_filters( "rest_prepare_{$this->taxonomy}", $response, $item, $request );
783      }
784
785      /**
786       * Prepares links for the request.
787       *
788       * @since 4.7.0
789       *
790       * @param object $term Term object.
791       * @return array Links for the given term.