authors can not use the plugin : (
-
“Authors” can not use the plugin ??
I tried to place:
if(current_user_can(‘edit_posts’)) {new WpProQuiz_Controller_Admin();
} else {
new WpProQuiz_Controller_Front();
}
in place of
if(is_admin()) {
new WpProQuiz_Controller_Admin();
} else {
new WpProQuiz_Controller_Front();
}
in wp-pro-quiz.php, but I get an error on the front page..
Can someone help me?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘authors can not use the plugin : (’ is closed to new replies.