Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin Developers: Changes around $bp global


plrk
Participant

@plrk

So when I write a custom component, I should no longer write:

$bp = array(

‘image_base’ => site_url() . ‘/wp-content/mu-plugins/bp-mycomponent/images’,

‘slug’ => ‘mycomponent’,

‘table_name’ => ‘wp_bp_mycomponent_table’

);

I should instead write… what?

Skip to toolbar