wp_link_query_args, $query

wp_link_query_args, $query

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('wp_link_query_args, $query') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1813
    		 * @since 3.7.0
    		 *
    		 * @param array $query An array of WP_Query arguments.
    		 */
    		$query = apply_filters( 'wp_link_query_args', $query );
    
    		// Do main query.
    		$get_posts = new WP_Query();
    		$posts     = $get_posts->query( $query );
    
    		// Build results.