Title: fedomain's Replies | WordPress.org

---

# fedomain

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding custom code to WordPress](https://wordpress.org/support/topic/adding-custom-code-to-wordpress/)
 *  Thread Starter [fedomain](https://wordpress.org/support/users/fedomain/)
 * (@fedomain)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-custom-code-to-wordpress/#post-5952028)
 * Thanks, Rajesh.
    I’ve added the following code to my functions.php in my child
   theme folder but it is not doing anything.
 *     ```
       function remove_edit_users_from_specific_user() {
       // Remove a capability from a specific user.
       $user_id = 2; // The ID of the user to remove the capability from.
       $user = new WP_User( $user_id );
       $user->remove_cap( 'edit_users' );
       }
       ```
   
 * Do I need to refresh or reload something?
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pricing Table WordPress Plugin - Easy Pricing Tables] Custom CSS field greyed out](https://wordpress.org/support/topic/custom-css-field-greyed-out/)
 *  Thread Starter [fedomain](https://wordpress.org/support/users/fedomain/)
 * (@fedomain)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/custom-css-field-greyed-out/#post-5600209)
 * Hi,
 * I found out what the problem is.
    Easy Pricing Table Lite has a conflict with
   the following:
 * Beep Theme by Olevmedia.
    WP Editor plugin
 * I turned off the above and the Pricing Table plugin will work.

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