Guest User

Remove mathing compatibility

a guest
Jul 5th, 2013
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. add_action('after_setup_theme','kleo_remove_actions');
  2. /**
  3. * Override existing actions
  4. * Use this function to replace/remove existing actions
  5. */
  6. function kleo_remove_actions()
  7. {
  8. remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment