please allow superadmins to export
-
Thanks for making this great plugin!
Some sites like ours have different admininstrator levels. The network administrators however log in as one of these roles but also have superadmin capabilities. It would help us if your plugin supported the superadmin check. i.e.
something like this
if (!function_exists(‘d4p_is_current_user_admin’)) {
function d4p_is_current_user_admin() {
return d4p_is_current_user_roles(‘administrator’) || is_super_admin();
}
}in d4p.wp.php
Thank you for considering it.
The topic ‘please allow superadmins to export’ is closed to new replies.