JJJ What is this you reference in your word camp video?
-
Can you explain more about this code? How to use it?
`class BP_Example_Component extends BP_Component {
function __construct(){
parent::start(
‘example’,
__(‘Example’, ‘buddypress’),
BP_PLUGIN_DIR
);
}function includes() {
$includes = array(
‘actions’,
‘screens’,
‘template’,
‘functions’,
);
parent::includes($includes);
}
}
`
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘JJJ What is this you reference in your word camp video?’ is closed to new replies.