wp_link_query

wp_link_query

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') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1857
    		 *     }
    		 * }
    		 * @param array $query  An array of WP_Query arguments.
    		 */
    		$results = apply_filters( 'wp_link_query', $results, $query );
    
    		return ! empty( $results ) ? $results : false;
    	}
    
    	/**
    	 * Dialog for internal linking.
    

See this hook used in plugins: