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-template-php (27)

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 

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_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 

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_blog_tabs

do_action( 'bp_blogs_blog_tabs', $current_tab )

Continue reading →

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