bp_is_email_customizer()

Are we looking at the email customizer?

Description

Return

(bool)

Source

File: bp-core/bp-core-customizer-email.php

function bp_is_email_customizer() {
	return isset( $_GET['bp_customizer'] ) && $_GET['bp_customizer'] === 'email';
}

Changelog

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