function rew_check_forum_root () {
$forum_slug = '/'.bbp_get_root_slug().'/' ;
$page_slug = $_SERVER['REQUEST_URI'] ;
if ($page_slug == $forum_slug) return true ;
else return false ;
}
if (rew_check_forum_root() ) echo 'we are at the forum root!' ;
↧
Reply To: Custom Header for Forum
↧