Advertisement
Naijaping

Remove post in box from activity post form

Apr 18th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // Remove post in box from activity wire other user posting activity post form
  2. function remove_activity_post_in_box() {
  3. ?>
  4. <style type="text/css">
  5. body.activity.bp-user #whats-new-post-in-box{ display:none;}
  6.  
  7.  
  8. </style>
  9. <?php
  10. }
  11. add_action ('bp_head', 'remove_activity_post_in_box');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement