Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hide the main navigation from non-logged in users?????


David Lewis
Participant

@takeo

if (is_user_logged_in()) {
// Do stuff
} else {
// Do other stuff
}

Skip to toolbar