Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Custom Header for Forum

$
0
0

@poonasor

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!'  ;

Viewing all articles
Browse latest Browse all 3638

Trending Articles