is_ultimatemember()

Description

This function checks whether the current page is a core page of Ultimate Member or not. Returns true if it is a core page, and false if it is not a core page.

Example

if ( is_ultimatemember() ) {
	// This is a UM page
} else {
	// This is a normal page
}