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:: Component: bp-blogs (62)

wpmu_active_signup

apply_filters( 'wpmu_active_signup', $active_signup )

Continue reading →

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

signup_create_blog_meta

apply_filters( 'signup_create_blog_meta', array( 'lang_id' => 1, 'public' => $public ) )

Continue reading →

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

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 

signup_another_blog_init

apply_filters('signup_another_blog_init', array('blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ))

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-template.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_has_blogs

apply_filters( 'bp_has_blogs', $blogs_template->has_blogs(), $blogs_template )

Continue reading →

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

bp_get_total_blog_count_for_user

apply_filters( 'bp_get_total_blog_count_for_user', bp_blogs_total_blogs_for_user( $user_id ) )

Continue reading →

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

bp_get_total_blog_count

apply_filters( 'bp_get_total_blog_count', bp_blogs_total_blogs() )

Continue reading →

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

bp_get_blog_permalink

apply_filters( 'bp_get_blog_permalink', $permalink )

Continue reading →

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

bp_get_blog_name

apply_filters( 'bp_get_blog_name', $blogs_template->blog->name )

Continue reading →

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

bp_get_blog_latest_post

apply_filters( 'bp_get_blog_latest_post', sprintf( __( 'Latest Post: %s', 'buddypress' ), '<a href="' . $blogs_template->blog->latest_post->guid . '">' . apply_filters( 'the_title', $blogs_template->blog->latest_post->post_title ) 

Continue reading →

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

bp_get_blog_avatar_ . $blogs_template->blog->blog_id

apply_filters( 'bp_get_blog_avatar_' . $blogs_template->blog->blog_id, bp_core_fetch_avatar( array( 'item_id' => $blogs_template->blog->admin_user_id, 'type' => $type, 'alt' => $alt, 'width' => $width, 'height' => $height, 'clas

Continue reading →

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

bp_get_blog_description

apply_filters( 'bp_get_blog_description', $blogs_template->blog->description )

Continue reading →

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

bp_get_blog_avatar

apply_filters( 'bp_get_blog_avatar', $avatar, $blogs_template->blog->blog_id, array( 'item_id' => $blogs_template->blog->admin_user_id, 'type' => $type, 'alt' => $alt, 'width' => $width, 'height' => $height, 'class' => $class

Continue reading →

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

bp_get_blogs_visit_blog_button

apply_filters( 'bp_get_blogs_visit_blog_button', $button ) )

Continue reading →

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

bp_get_blogs_slug

apply_filters( 'bp_get_blogs_slug', $bp->blogs->slug )

Continue reading →

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

bp_get_blogs_root_slug

apply_filters( 'bp_get_blogs_root_slug', $bp->blogs->root_slug )

Continue reading →

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

bp_get_blogs_pagination_links

apply_filters( 'bp_get_blogs_pagination_links', $blogs_template->pag_links )

Continue reading →

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

bp_get_blogs_directory_permalink

apply_filters( 'bp_get_blogs_directory_permalink', trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) )

Continue reading →

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

bp_create_blog_link

apply_filters( 'bp_create_blog_link', '<a href="' . bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create/">' . __( 'Create a Site', 'buddypress' ) . '</a>' )

Continue reading →

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

bp_blog_last_active

apply_filters( 'bp_blog_last_active', bp_core_get_last_activity( $blogs_template->blog->last_activity, __( 'active %s', 'buddypress' ) ) )

Continue reading →

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

bp_blog_description

apply_filters( 'bp_blog_description', bp_get_blog_description() )

Continue reading →

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

bp_blogs_template_my_blogs

apply_filters( 'bp_blogs_template_my_blogs', 'members/single/home' ) )

Continue reading →

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

bp_blogs_template_create_a_blog

apply_filters( 'bp_blogs_template_create_a_blog', 'blogs/create' ) )

Continue reading →

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

bp_blogs_screen_index

apply_filters( 'bp_blogs_screen_index', 'blogs/index' ) )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-screens.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_activity_content

apply_filters( 'bp_blogs_record_activity_content', bp_create_excerpt( $content ), $content )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-activity.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_record_activity_action

apply_filters( 'bp_blogs_record_activity_action', $action )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-activity.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_blog_user_id_before_save

apply_filters( 'bp_blogs_blog_user_id_before_save', $this->user_id, $this->id )

Continue reading →

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

bp_blogs_blog_id_before_save

apply_filters( 'bp_blogs_blog_id_before_save', $this->blog_id, $this->id )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-classes.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 

add_signup_meta

apply_filters( 'add_signup_meta', $meta )

Continue reading →

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

signup_hidden_fields

do_action( 'signup_hidden_fields' )

Continue reading →

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

signup_finished

do_action('signup_finished')

Continue reading →

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

signup_blogform

do_action('signup_blogform', $errors)

Continue reading →

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

bp_blogs_screen_my_blogs

do_action( 'bp_blogs_screen_my_blogs' )

Continue reading →

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

bp_blogs_screen_index

do_action( 'bp_blogs_screen_index' )

Continue reading →

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

bp_blogs_screen_create_a_blog

do_action( 'bp_blogs_screen_create_a_blog' )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-screens.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_register_activity_actions

do_action( 'bp_blogs_register_activity_actions' )

Continue reading →

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

bp_blogs_blog_tabs

do_action( 'bp_blogs_blog_tabs', $current_tab )

Continue reading →

Component: bp-blogs  | File: /bp-blogs/bp-blogs-template.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 

bp_adminbar_blog_items

do_action( 'bp_adminbar_blog_items', $blog )

Continue reading →

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

blog_loop_start

do_action('blog_loop_start')

Continue reading →

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

blog_loop_end

do_action('blog_loop_end')

Continue reading →

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