How To Customize Buddypress Javascript Functions
-
WP 4.4 / BP 2.4.3 / Custom Theme
I’m looking to customize a javascript function for my custom wp theme.
Specifically this action from the /* Star action function */..
/* Star actions */ jq('#message-threads').on('click', 'td.thread-star a', starAction );
Is this something where I can de-register the function in my theme’s functions.php and then re-register it with the modifications?
Or could I put a copy of just the one function in a file in my theme somewhere else like we do with buddypress templates?
Any advice would be much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How To Customize Buddypress Javascript Functions’ is closed to new replies.