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-blogsbp-blogs-functions-php (23)

the_title

apply_filters( 'the_title', $recorded_comment->post->post_title ) . '</a>', '<a href="' . get_blog_option( $blog_id, 'home' ) . '">' . get_blog_option( $blog_id, 'blogname' ) . '</a>' )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_is_new_blog_public

apply_filters( 'bp_is_new_blog_public', !$is_private )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_is_blog_public

apply_filters( 'bp_is_blog_public', (int)get_blog_option( $blog_id, 'blog_public' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_record_post_post_types

apply_filters( 'bp_blogs_record_post_post_types', array( 'post' ) ) ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_record_comment_post_types

apply_filters( 'bp_blogs_record_comment_post_types', array( 'post' ) ) ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_get_blogs

apply_filters( 'bp_blogs_get_blogs', BP_Blogs_Blog::get( $type, $per_page, $page, $user_id, $search_terms ), $params )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_activity_new_post_primary_link

apply_filters( 'bp_blogs_activity_new_post_primary_link', $post_permalink,   $post_id               )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_activity_new_post_content

apply_filters( 'bp_blogs_activity_new_post_content',      $activity_content, $post, $post_permalink )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_activity_new_post_action

apply_filters( 'bp_blogs_activity_new_post_action',       $activity_action,  $post, $post_permalink )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_activity_created_blog_primary_link

apply_filters( 'bp_blogs_activity_created_blog_primary_link', get_site_url( $recorded_blog->blog_id ), $recorded_blog->blog_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_activity_created_blog_action

apply_filters( 'bp_blogs_activity_created_blog_action', sprintf( __( '%s created the site %s', 'buddypress'), bp_core_get_userlink( $recorded_blog->user_id ), '<a href="' . get_site_url( $recorded_blog->blog_id ) . '">' . esc_attr( $name ) . '

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_data_for_blog

do_action( 'bp_blogs_remove_data_for_blog', $blog_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_post

do_action( 'bp_blogs_remove_post', $blog_id, $post_id, $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_data

do_action( 'bp_blogs_remove_data', $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_comment

do_action( 'bp_blogs_remove_comment', $blog_id, $comment_id, $bp->loggedin_user->id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_blog_for_user

do_action( 'bp_blogs_remove_blog_for_user', $blog_id, $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_remove_blog

do_action( 'bp_blogs_remove_blog', $blog_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_new_blog_post

do_action( 'bp_blogs_new_blog_post', $post_id, $post, $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_before_remove_post

do_action( 'bp_blogs_before_remove_post', $blog_id, $post_id, $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_before_remove_data_for_blog

do_action( 'bp_blogs_before_remove_data_for_blog', $blog_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_before_remove_blog_for_user

do_action( 'bp_blogs_before_remove_blog_for_user', $blog_id, $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_before_remove_data

do_action( 'bp_blogs_before_remove_data', $user_id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-functions.php 

bp_blogs_before_remove_blog

do_action( 'bp_blogs_before_remove_blog', $blog_id )

Continue reading →

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