update_blog_public

Advertisement

Summery Summery

Update this blog’s ‘public’ setting in the global blogs table.

Syntax Syntax

update_blog_public( int $old_value, int $value )

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

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply