• Resolved patcharee253

    (@patcharee253)


    once clicked on “Download Csv ” show message ” You are not allowed to access this part of the site ”

    i am tested on all ures Roles but all come up the same message please could you help hot to fix the issue ?

Viewing 1 replies (of 1 total)
  • Plugin Author MASAAKI

    (@masaakitanaka)

    Hello,

    The user must have the following capabilities and “DOING_AJAX” must be defined.

    • manage_options
    • edit_pages
    if (!current_user_can('manage_options') && !current_user_can('edit_pages') && (!defined('DOING_AJAX') || !DOING_AJAX)) {
    				
    	wp_die(__('You are not allowed to access this part of the site'));
    				
    }

    Thank you.

    • This reply was modified 3 years, 4 months ago by MASAAKI.
Viewing 1 replies (of 1 total)
  • The topic ‘once clicked on “Download Csv ” show You are not allowed’ is closed to new replies.