I want to know how to achieve this
if (the user is a contributor) {
set of statements;
}
else if (the user is a subscriber) {
set of statements;
}
else if (the user is a author) {
set of statements;
}
is there any wordpress codec? or any other way?