etivite

WordPress, BuddyPress, bbPress, JSF, CMS :: e for everything web development and consulting

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Action and Filter API Hooks
  • WordPress Plugins
  • Code and Projects
  • Blog

API Hooks: BuddyPress:: File: bp-corebp-core-component-php (15)

bp_ . $this->id . _slug

apply_filters( 'bp_' . $this->id . '_slug',          $r['slug']          )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _search_string

apply_filters( 'bp_' . $this->id . '_search_string', $r['search_string'] )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _root_slug

apply_filters( 'bp_' . $this->id . '_root_slug',     $r['root_slug']     )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _notification_callback

apply_filters( 'bp_' . $this->id . '_notification_callback', $r['notification_callback'] )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _has_directory

apply_filters( 'bp_' . $this->id . '_has_directory', $r['has_directory'] )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _setup_title

do_action(  'bp_' . $this->id . '_setup_title' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _setup_globals

do_action( 'bp_' . $this->id . '_setup_globals' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _setup_nav

do_action( 'bp_' . $this->id . '_setup_nav' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _setup_admin_bar

do_action( 'bp_' . $this->id . '_setup_admin_bar' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _setup_actions

do_action( 'bp_' . $this->id . '_setup_actions' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _register_post_types

do_action( 'bp_' . $this->id . '_register_post_types' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _register_taxonomies

do_action( 'bp_' . $this->id . '_register_taxonomies' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _includes

do_action( 'bp_' . $this->id . '_includes' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _generate_rewrite_rules

do_action( 'bp_' . $this->id . '_generate_rewrite_rules' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 

bp_ . $this->id . _add_rewrite_tags

do_action( 'bp_' . $this->id . '_add_rewrite_tags' )

Continue reading →

Component: bp-core  | File: /bp-core/bp-core-component.php 
Proudly powered by WordPress