Filter hook 'wp_link_query_args'

in WP Core File wp-includes/class-wp-editor.php at line 1812

Description

Filters the link query arguments. Allows modification of the link query arguments before querying.

Occurrences

Filename Line Number
wp-includes/class-wp-editor.php 1812

Parameters

Type Name Description
array $query An array of WP_Query arguments.

PHP Doc

/**
		 * Filters the link query arguments.
		 *
		 * Allows modification of the link query arguments before querying.
		 *
		 * @see WP_Query for a full list of arguments
		 *
		 * @since 3.7.0
		 *
		 * @param array $query An array of WP_Query arguments.
		 */