wp_link_query_args

wp_link_query_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_link_query_args') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1812
    		 * @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.
    

See this hook used in plugins: