Title: [Plugin: User Access Manager] Remove EDIT LINK customization
Last modified: August 20, 2016

---

# [Plugin: User Access Manager] Remove EDIT LINK customization

 *  [corvy](https://wordpress.org/support/users/corvy/)
 * (@corvy)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-remove-edit-link-customization/)
 * Hello. Could you please make this code in class/UserAccessManager.class.php selectable
   via a setting?:
 *  /**
    * The function for the edit_post_link filter. * * [@param](https://wordpress.org/support/users/param/)
   string $link The edit link. * [@param](https://wordpress.org/support/users/param/)
   integer $postId The id of the post. * * [@return](https://wordpress.org/support/users/return/)
   string */
 *  public function showGroupMembership($link, $postId)
    { $uamAccessHandler = &
   $this->getAccessHandler(); $groups = $uamAccessHandler->getUserGroupsForObject(‘
   post’, $postId);
 *  if (count($groups) > 0) {
    $link .= ‘ | ‘.TXT_UAM_ASSIGNED_GROUPS.’: ‘;
 *  foreach ($groups as $group) {
    $link .= $group->getGroupName().’, ‘; }
 *  $link = rtrim($link, ‘, ‘);
    }
 *  return $link;
    }
 * Personally I have to go in and comment out the function and just leave the “return
   $link;” part. If I leave it on it messes up the desgn on my site. Could this 
   function be selectable in a future version please?
 * Thanks for a great plugin by the way! Could not get by without it!
 * [http://wordpress.org/extend/plugins/user-access-manager/](http://wordpress.org/extend/plugins/user-access-manager/)

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

 *  Plugin Author [gm_alex](https://wordpress.org/support/users/gm_alex/)
 * (@gm_alex)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-remove-edit-link-customization/#post-2357126)
 * This content is only shown to an admin user, or a user which could edit a page/
   post. I will see to add this option to the settings page in a future release.
 *  Thread Starter [corvy](https://wordpress.org/support/users/corvy/)
 * (@corvy)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-remove-edit-link-customization/#post-2357127)
 * Great, thanks!

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

The topic ‘[Plugin: User Access Manager] Remove EDIT LINK customization’ is closed
to new replies.

 * ![](https://ps.w.org/user-access-manager/assets/icon.svg?rev=1563783)
 * [User Access Manager](https://wordpress.org/plugins/user-access-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-access-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-access-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/user-access-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-access-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-access-manager/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * 2 replies
 * 2 participants
 * Last reply from: [corvy](https://wordpress.org/support/users/corvy/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-remove-edit-link-customization/#post-2357127)
 * Status: not resolved