Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2013 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4597185 to your computer and use it in GitHub Desktop.
Save anonymous/4597185 to your computer and use it in GitHub Desktop.
function baner_init() {
require( dirname( __FILE__ ) . '/baner-bp.php' );
}
add_action( 'bp_include', 'baner_init' );
and in baner-bp.php create class
class baner_strony_Extension extends BP_Group_Extension { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment