Title: [Plugin: Random Text] Just for admins?
Last modified: August 20, 2016

---

# [Plugin: Random Text] Just for admins?

 *  [rwilki](https://wordpress.org/support/users/rwilki/)
 * (@rwilki)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-random-text-just-for-admins/)
 * Any chance this can be used by other levels other than admin?
 * [http://wordpress.org/extend/plugins/randomtext/](http://wordpress.org/extend/plugins/randomtext/)

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

 *  [Rhand](https://wordpress.org/support/users/rhand/)
 * (@rhand)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-random-text-just-for-admins/#post-2438476)
 * Probably a caching issue in your case.
 *  [Ronester](https://wordpress.org/support/users/neffect/)
 * (@neffect)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-random-text-just-for-admins/#post-2438497)
 * I am having the same issue (Not cache-related). Is there any way to allow the
   Editor role to access the Random Text menu? I know with some plugins, like Gravity
   Forms, you add code like this to functions.php to grant roles access to a plugin’s
   back-end.
 *     ```
       //Grant Editor Role Access to Gravity Forms
   
       function add_grav_forms(){
       	$role = get_role('editor');
       	$role->add_cap('gform_full_access');
       }
       add_action('admin_init','add_grav_forms');
       ```
   
 * Thanks
 *  [tbennett04](https://wordpress.org/support/users/tbennett04/)
 * (@tbennett04)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-random-text-just-for-admins/#post-2438499)
 * I moved this from under Settings to Posts.
 * If you edit randomtext_admin.php on line 8 change add_options_page to add_posts_page
   then it moves it from under settings to under posts.
 * This would cause upgrade problems if you tried to upgrade the plugin but its 
   a more logical spot for this, imo.

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

The topic ‘[Plugin: Random Text] Just for admins?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/randomtext.svg)
 * [Random Text](https://wordpress.org/plugins/randomtext/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/randomtext/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/randomtext/)
 * [Active Topics](https://wordpress.org/support/plugin/randomtext/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/randomtext/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/randomtext/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [tbennett04](https://wordpress.org/support/users/tbennett04/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-random-text-just-for-admins/#post-2438499)
 * Status: not resolved