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-themesbp-defaultfunctions-php (7)

comment_form_default_fields

apply_filters( 'comment_form_default_fields', $fields )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_no_access_redirect

apply_filters( 'bp_no_access_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' )

Continue reading →

Component: bp-core, bp-themes  | File: /bp-core/bp-core-catchuri.php, /bp-themes/bp-default/functions.php 

bp_dtheme_page_on_front

apply_filters( 'bp_dtheme_page_on_front', get_option( 'page_on_front' ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_header_image_width

apply_filters( 'bp_dtheme_header_image_width',  1250 ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_comment_form

apply_filters( 'bp_dtheme_comment_form', array_merge( $default_labels, $new_labels ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_dtheme_header_image_height

apply_filters( 'bp_dtheme_header_image_height', 133  ) )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 

bp_nav_items

do_action( 'bp_nav_items' )

Continue reading →

Component: bp-themes  | File: /bp-themes/bp-default/functions.php 
Proudly powered by WordPress