WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_link_query_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-editor.php apply_filters 1799 /**
* 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.
*/

Hook Parameters

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