Advertisement
designbymerovingi

bpCharges - Show message buttons

Sep 29th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * Show Send Message Button
  3. * @since 1.0
  4. */
  5. add_action( 'mycred_init', 'mycred_show_bp_message_button', 999 );
  6. function mycred_show_bp_message_button() {
  7.  
  8. remove_filter( 'bp_get_send_message_button_args', '__return_empty_array' );
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement