Title: Hidding Ether Builder Generated Content
Last modified: August 20, 2016

---

# Hidding Ether Builder Generated Content

 *  Resolved [Forson](https://wordpress.org/support/users/forson/)
 * (@forson)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hidding-ether-builder-generated-content/)
 * Is there a way to hide custom fields and/or Ether Builder generated content using
   your plugin? Right now your plugin only seems to hide the_content originating
   content. But meta and custom fields are always exposed …
 * [http://wordpress.org/extend/plugins/user-specific-content/](http://wordpress.org/extend/plugins/user-specific-content/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bainternet](https://wordpress.org/support/users/bainternet/)
 * (@bainternet)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hidding-ether-builder-generated-content/#post-3608718)
 * you can pass what ever you want by the plugins filter If you have the last version(
   0.9.7) you can hook the filter to custom hooks using action hook User_specific_content_filter_add
   like this:
 *     ```
       add_action('User_specific_content_filter_add','enable_bp_activity');
       function enable_bp_activity($obj){
       	add_filter( 'bp_get_activity_content_body' , array($obj,'User_specific_content_filter' ));
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hidding Ether Builder Generated Content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-specific-content_ffffff.svg)
 * [User Specific Content](https://wordpress.org/plugins/user-specific-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-specific-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-specific-content/)
 * [Active Topics](https://wordpress.org/support/plugin/user-specific-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-specific-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-specific-content/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bainternet](https://wordpress.org/support/users/bainternet/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/hidding-ether-builder-generated-content/#post-3608718)
 * Status: resolved