Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function header_edit() {
- remove_action( 'bp_after_profile_field_content', 'reign_rtm_header_view_mgmt_section', 10, 0 );
- remove_action( "bp_after_profile_field_content", "reign_user_social_fields" );
- }
- add_action( 'bp_init', 'header_edit', 1);
Add Comment
Please, Sign In to add comment