Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: rest_pattern_directory_collection_params

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
336           );
337
338           /**
339            * Filter collection parameters for the block pattern directory controller.
340            *
341            * @since 5.8.0
342            *
343            * @param array $query_params JSON Schema-formatted collection parameters.
344            */
345           return apply_filters( 'rest_pattern_directory_collection_params', $query_params );
346      }
347 }
348