Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: SingleWP: No Buddypress options in backend #1561


jivany
Participant

@jivany

Holy, I really didn’t read the codex entry for is_admin correctly! :)

How about:

if ( !function_exists( 'is_site_admin' ) ) {
function is_site_admin() {
return current_user_can('level_10');
}
}

Skip to toolbar