Top Google Search Results
- Function Reference/grant super admin « WordPress Codex
Description. Add a user to the Super admin user list in WordPress Multisite. Usage. <?php grant_super_admin( $user_id ); ?> Parameters. $user_id: (integer ) ... - Function Reference/revoke super admin « WordPress Codex
Related. To easily grant super admin privileges see grant_super_admin(). See also index of Function Reference and index of Template Tags. Retrieved from ... - grant_super_admin | A HitchHackers guide through WordPress
Feb 12, 2011 ... function grant_super_admin( $user_id ) { global $super_admins; // If global super_admins override is defined, there is nothing to do here. if ... - password - Network Admin "You do not have sufficient permissions ...
I receive an error "Call to undefined function grant_super_admin() in /.../wp- content/themes/.../functions.php on line 47. I placed the code at the end of ...