Title: Thip's Replies | WordPress.org

---

# Thip

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Access for "lower" roles](https://wordpress.org/support/topic/access-for-lower-roles/)
 *  [Thip](https://wordpress.org/support/users/thip/)
 * (@thip)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/access-for-lower-roles/#post-6554809)
 * I had the same problem.
 * There was a discussion about this a year ago that really helped me out: [https://wordpress.org/support/topic/redirection-and-user-roles](https://wordpress.org/support/topic/redirection-and-user-roles)
 * In short, I put this in the functions.php file of my theme:
 * >  add_filter(‘redirection_role’, ‘my_redirection_role’);
   >  function my_redirection_role(
   > $role) { return ‘publish_pages’; }

Viewing 1 replies (of 1 total)