Title: mastershake's Replies | WordPress.org

---

# mastershake

  [  ](https://wordpress.org/support/users/mastershake/)

 *   [Profile](https://wordpress.org/support/users/mastershake/)
 *   [Topics Started](https://wordpress.org/support/users/mastershake/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mastershake/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mastershake/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mastershake/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mastershake/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mastershake/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to get Current User ID outside of WP Blog.](https://wordpress.org/support/topic/how-to-get-current-user-id-outside-of-wp-blog/)
 *  Thread Starter [mastershake](https://wordpress.org/support/users/mastershake/)
 * (@mastershake)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/how-to-get-current-user-id-outside-of-wp-blog/#post-795411)
 * anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Banning Subscriber Roles to Wordspew](https://wordpress.org/support/topic/banning-subscriber-roles-to-wordspew/)
 *  [mastershake](https://wordpress.org/support/users/mastershake/)
 * (@mastershake)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/banning-subscriber-roles-to-wordspew/#post-735973)
 *     ```
       if( $current_user->id )  {
       	foreach($wp_roles->role_names as $role => $Role) {
       		if (array_key_exists($role, $current_user->caps))
       			break;
       	}
       }
   
       if ($role == "administrator") //or whoever you want to access wordspew
       {
         if (function_exists('jal_get_shoutbox')) { jal_get_shoutbox(); }
       }
       ```
   
 * put that where you want to display your wordspew

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