wp_link_query_args

Advertisement

Summery Summery

Filters the link query arguments.

Syntax Syntax

apply_filters( 'wp_link_query_args', array $query )

Description Description

Allows modification of the link query arguments before querying.

Parameters Parameters

$query

An array of WP_Query arguments.

Source Source

File: wp-includes/class-wp-editor.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.

See also See also

  • WP_Query: for a full list of arguments

Advertisement

Leave a Reply