Summery Summery
Update this blog’s ‘public’ setting in the global blogs table.
Syntax Syntax
Description Description
Public blogs have a setting of 1, private blogs are 0.
Parameters Parameters
- $old_value
-
(Required)
- $value
-
(Required) The new public value
Source Source
File: wp-includes/ms-functions.php
function fix_phpmailer_messageid( $phpmailer ) { $phpmailer->Hostname = get_network()->domain; }
Advertisement
Changelog Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |