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-filters-php (12)

bp_modify_page_title

apply_filters( 'bp_modify_page_title', $title . " $sep ", $title, $sep, $seplocation )

Continue reading →

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

bp_core_exclude_pages

apply_filters( 'bp_core_exclude_pages', $pages )

Continue reading →

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

bp_core_email_from_name_filter

apply_filters( 'bp_core_email_from_name_filter', wp_specialchars_decode( get_blog_option( bp_get_root_blog_id(), 'blogname' ), ENT_QUOTES ) )

Continue reading →

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

bp_core_email_from_address_filter

apply_filters( 'bp_core_email_from_address_filter', 'noreply@' . $domain[2] )

Continue reading →

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

bp_core_activation_signup_user_notification_subject

apply_filters( 'bp_core_activation_signup_user_notification_subject', $subject, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_user_notification_to

apply_filters( 'bp_core_activation_signup_user_notification_to',   $user_email, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_user_notification_message

apply_filters( 'bp_core_activation_signup_user_notification_message', $message, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_to

apply_filters( 'bp_core_activation_signup_blog_notification_to',   $user_email, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_subject

apply_filters( 'bp_core_activation_signup_blog_notification_subject', $subject, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_activation_signup_blog_notification_message

apply_filters( 'bp_core_activation_signup_blog_notification_message', $message, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_sent_user_signup_email

do_action( 'bp_core_sent_user_signup_email', $admin_email, $subject, $message, $user, $user_email, $key, $meta )

Continue reading →

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

bp_core_sent_blog_signup_email

do_action( 'bp_core_sent_blog_signup_email', $admin_email, $subject, $message, $domain, $path, $title, $user, $user_email, $key, $meta )

Continue reading →

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