-
Henry replied to the topic javascript precedence in the forum Ideas 11 years, 1 month ago
@bassjobsen how many plugins do you plan to write? hehe. The core team are great, if there is a bug they tend to jump on them straight away – hopefully you won’t have to wait too long for the fix. 🙂
-
Henry replied to the topic javascript precedence in the forum Ideas 11 years, 1 month ago
@bassjobsen if you’re writing a plugin then you could introduce a {plugin-name}-functions.php file which could be home for your custom helper functions. Just a thought.
-
Henry replied to the topic javascript precedence in the forum Ideas 11 years, 1 month ago
You can use Trac if you need to report a bug in BP core:
https://buddypress.trac.wordpress.org/With reference to (2), you could always remove the action then enqueue the script you want.
remove_action( 'wp_head', bp_core_confirmation_js', 100 );
@bassjobsen
Active 8 years, 6 months ago