Button Save doesn’t work if editor user
-
Dear Sir,
First of all thank you very much for Waiting plugin.
I have installed and modified waiting.php file to allow editors access plugin and create new countdowns.
public function createMenu(){
add_menu_page(
‘Waiting’,
‘Waiting’,
‘edit_pages’,
‘waiting’,
array($this, ‘pageTemplate’),
‘div’
);
}
When you do this, the button Save doesn’t work.
Could you tell me somthing about this issue, please?Thanks in advance,
Best Regards.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Button Save doesn’t work if editor user’ is closed to new replies.