bp_core_flush_illegal_names()

Flush illegal names by getting and setting ‘illegal_names’ site option.

Description

Source

File: bp-members/bp-members-functions.php

function bp_core_flush_illegal_names() {
	$illegal_names = get_site_option( 'illegal_names' );
	update_site_option( 'illegal_names', $illegal_names );
}

Changelog

Changelog
Version Description
BuddyPress 1.2.5 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.