Title: admin user access
Last modified: November 18, 2021

---

# admin user access

 *  Resolved [jason kickmouth](https://wordpress.org/support/users/jason-kickmouth/)
 * (@jason-kickmouth)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/admin-user-access/)
 * Hi guys
    Is it possible for a wordpress user with Editor access to use this plugin
   or does it have to be an Administrator? Thanks J
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadmin-user-access%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * (@bayejid00)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/admin-user-access/#post-15087194)
 * Hi [@jason-kickmouth](https://wordpress.org/support/users/jason-kickmouth/),
 * Thanks for reaching us. Hope you are doing well.
 * Yes, it is possible for a user with editor access to use the plugin, please add
   the following code in your current theme’s functions.php file. See the screenshot:
   [https://prnt.sc/205j9ak](https://prnt.sc/205j9ak)
 *     ```
       add_filter('sp_wp_team_member_post_args', 'spt_show_to_editor');
       function spt_show_to_editor( $args ) {
           unset( $args['show_ui'] );
           $editor_compatible = array( 'show_ui' => current_user_can( 'edit_others_pages' ) ? true : false );
           return array_merge( $args, $editor_compatible );
       }
       ```
   
 * Hope this helps.
 * Thank you.
 *  Plugin Support [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * (@bayejid00)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/admin-user-access/#post-15138547)
 * Hi [@jason-kickmouth](https://wordpress.org/support/users/jason-kickmouth/),
 * This thread has been inactive for a bit, so I’m going to mark it as Resolved 
   now. Please feel free to open a new one if you have any further questions.
 * Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘admin user access’ is closed to new replies.

 * ![](https://ps.w.org/team-free/assets/icon-256x256.gif?rev=3503149)
 * [Responsive Team Members Showcase, Team Grid, Team Slider, and Staff List - Smart Team (formerly WP Team)](https://wordpress.org/plugins/team-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/team-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/team-free/)
 * [Active Topics](https://wordpress.org/support/plugin/team-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/team-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/team-free/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bayejid Ahmed](https://wordpress.org/support/users/bayejid00/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/admin-user-access/#post-15138547)
 * Status: resolved