bp_is_group_custom_front()

Is the current group page a custom front?


Description Description


Return Return

(bool) True if the current group page is a custom front.


Top ↑

Source Source

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

function bp_is_group_custom_front() {
	$bp = buddypress();
	return (bool) bp_is_group_home() && ! empty( $bp->groups->current_group->front_template );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.