current_component == $bp->example->slug ) wp_enqueue_script( 'bp-example-js', plugins_url( '/bp-example/js/general.js' ) ); } add_action( 'template_redirect', 'bp_example_add_js', 1 ); ?>