Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('after_setup_theme','kleo_remove_actions');
- /**
- * Override existing actions
- * Use this function to replace/remove existing actions
- */
- function kleo_remove_actions()
- {
- remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match');
- }
Advertisement
Add Comment
Please, Sign In to add comment