update_blog_status( int $blog_id, mixed $pref, string $value, null $deprecated = null )

Whether or not to update blog status.

Description

See also

Parameters

$blog_id

(int) (Required) Blog to update status for. Not used.

$pref

(mixed) (Required) Preference. Not used.

$value

(string) (Required) Value. Not used.

$deprecated

(null) (Optional) Whether or not deprecated. Not used.

Default value: null

Return

(bool)

Source

File: bp-core/bp-core-wpabstraction.php

		function update_blog_status( $blog_id, $pref, $value, $deprecated = null ) {
			return true;
		}

Changelog

Changelog
Version Description
BuddyPress 1.2.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.