Summery Summery
Ensure that the current site’s domain is listed in the allowed redirect host list.
Syntax Syntax
Parameters Parameters
- $deprecated
-
(Optional) Not used.
Default value: ''
Return Return
(string[]) An array containing the current site's domain.
- (string) The current site's domain.
Source Source
File: wp-includes/ms-functions.php
$wpdb->update( $wpdb->terms, array( 'term_id' => $global_id ), array( 'term_id' => $term_id ) ); $wpdb->update( $wpdb->term_taxonomy, array( 'term_id' => $global_id ), array( 'term_id' => $term_id ) );
Advertisement
Changelog Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |