BP-custom in the wrong place
-
I tried implementing the tutorial on how to change the Blogs menu which involved creating a bp-custom.php and putting it in the BuddyPress folder. Turns out that the code looks for this in the plugins folder:
bp-core.php says:
11 if ( file_exists( WP_PLUGIN_DIR . ‘/bp-custom.php’ ) )
12 require( WP_PLUGIN_DIR . ‘/bp-custom.php’ );
Not sure if WP_PLUGIN_DIR should read BP_PLUGIN_DIR or if the tutorial is wrong
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘BP-custom in the wrong place’ is closed to new replies.