Viewing 1 replies (of 1 total)
  • Until this setting is implemented in the plugin you can always use:
    if(is_super_admin){d(...);}
    or less restrictive
    if(is_user_logged_in()) {d(...);}

Viewing 1 replies (of 1 total)
  • The topic ‘Restrict output with capabilities check’ is closed to new replies.