Filter hook 'wp_internal_hosts'

in WP Core File wp-includes/link-template.php at line 4796

Description

Filters the array of URL hosts which are considered internal.

Occurrences

Filename Line Number
wp-includes/link-template.php 4796

Parameters

Type Name Description
string[] $internal_hosts An array of internal URL hostnames.

PHP Doc

/**
		 * Filters the array of URL hosts which are considered internal.
		 *
		 * @since 6.2.0
		 *
		 * @param string[] $internal_hosts An array of internal URL hostnames.
		 */