Advertisement
Guest User

pcwriter

a guest
Aug 8th, 2010
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /* Only load code that needs BuddyPress to run once BP is loaded and initialized. */
  2. function bpwp_navbar_init() {
  3. require( WP_PLUGIN_DIR . '/bp-wp-navbar/bp-wp-navbar.php' );
  4. }
  5. add_action( 'bp_init', 'bpwp_navbar_init' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement