-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
the configure suggesting on placement needs more elaboration.
for instance:
To do that place the following code after the "else" of this loop:
<?php if( osc_is_web_user_logged_in() ) { ?>
<....logged in code...>
} else {
<...other log in and registration methods...>
}
} ?>
is better then:
To do that place the following code where you want it to appear:
it will only work in that else loop, and there are a lot of newbies that will not know that.
Metadata
Metadata
Assignees
Labels
No labels