Title: arohmann's Replies | WordPress.org

---

# arohmann

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

 *   [Profile](https://wordpress.org/support/users/arohmann/)
 *   [Topics Started](https://wordpress.org/support/users/arohmann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arohmann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arohmann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arohmann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arohmann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arohmann/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: [[BuddyPress Activity Plus] add pagespeed_no_defer attribute](https://wordpress.org/support/topic/add-pagespeed_no_defer-attribute/)
 *  [arohmann](https://wordpress.org/support/users/arohmann/)
 * (@arohmann)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-pagespeed_no_defer-attribute/#post-4008690)
 * Hi there,
 * From what I can tell, that’s checking against the name of the javascript file
   rather than the plugin. These are the file names enqueued by BuddyPress Activity
   Plus:
 * bpfb_group_documents
 * bpfb_interface
 * Try replacing “contact-form-7” with either of those.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MarketPress - WordPress eCommerce] disabling profile change on shipping and billing](https://wordpress.org/support/topic/disabling-profile-change-on-shipping-and-billing/)
 *  [arohmann](https://wordpress.org/support/users/arohmann/)
 * (@arohmann)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/disabling-profile-change-on-shipping-and-billing/#post-3721697)
 * Hi Robin,
 * I’ve checked MarketPress, and it doesn’t directly hook into bbPress anywhere.
   Instead it only hooks the standard WordPress profile.
 * It looks like bbPress just piggyback’s off that action, (see bbPress functions.
   php line 959) which is why those fields are showing up.
 * Doing something like this should remove it.
 *     ```
       global $mp;
       remove_action('show_user_profile',array($mp,'user_profile_fields'));
       remove_action('edit_user_profile',array($mp,'user_profile_fields'));
       ```
   

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