Methods |
Description |
---|---|
BP_Blogs_Blog::__construct() |
Constructor method. |
BP_Blogs_Blog::delete_blog_for_all() |
Delete the record of a given blog for all users. |
BP_Blogs_Blog::delete_blog_for_user() |
Delete the record of a given blog for a specific user. |
BP_Blogs_Blog::delete_blogs_for_user() |
Delete all of a user’s blog associations in the BP tables. |
BP_Blogs_Blog::exists() |
Check whether an association between this user and this blog exists. |
BP_Blogs_Blog::get() |
Retrieve a set of blog-user associations. |
BP_Blogs_Blog::get_all() |
Retrieve a list of all blogs. |
BP_Blogs_Blog::get_blog_extras() |
Fetch blog data not caught in the main query and append it to results array. |
BP_Blogs_Blog::get_blog_ids_for_user() |
Get IDs of all of a user’s blogs, as tracked by BuddyPress. |
BP_Blogs_Blog::get_blogs_for_user() |
Get all of a user’s blogs, as tracked by BuddyPress. |
BP_Blogs_Blog::get_by_letter() |
Retrieve a list of blogs whose names start with a given letter. |
BP_Blogs_Blog::get_user_blog() |
Get ID of user-blog link. |
BP_Blogs_Blog::is_hidden() |
Check whether a given blog is hidden. |
BP_Blogs_Blog::is_recorded() |
Check whether a blog has been recorded by BuddyPress. |
BP_Blogs_Blog::populate() |
Populate the object with data about the specific activity item. |
BP_Blogs_Blog::save() |
Save the BP blog data to the database. |
BP_Blogs_Blog::search_blogs() |
Return a list of blogs matching a search term. |
BP_Blogs_Blog::total_blog_count_for_user() |
Return a count of associated blogs for a given user. |
BP_Blogs_Component::__construct() |
Start the blogs component creation process. |
BP_Blogs_Component::includes() |
Include bp-blogs files. |
BP_Blogs_Component::late_includes() |
Late includes method. |
BP_Blogs_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Blogs_Component::setup_admin_bar() |
Set up bp-blogs integration with the WordPress admin bar. |
BP_Blogs_Component::setup_cache_groups() |
Setup cache groups |
BP_Blogs_Component::setup_globals() |
Set up global settings for the blogs component. |
BP_Blogs_Component::setup_nav() |
Set up component navigation for bp-blogs. |
BP_Blogs_Component::setup_title() |
Set up the title for pages and |
BP_Blogs_Recent_Posts_Widget::__construct() |
Constructor method. |
BP_Blogs_Recent_Posts_Widget::form() |
Output the networkwide posts widget options form. |
BP_Blogs_Recent_Posts_Widget::update() |
Update the networkwide posts widget options. |
BP_Blogs_Recent_Posts_Widget::widget() |
Display the networkwide posts widget. |
BP_Blogs_Template::__construct() |
Constructor method. |
BP_Blogs_Template::blogs() |
Whether there are blogs left in the loop to iterate over. |
BP_Blogs_Template::has_blogs() |
Whether there are blogs available in the loop. |
BP_Blogs_Template::next_blog() |
Set up the next blog and iterate index. |
BP_Blogs_Template::rewind_blogs() |
Rewind the blogs and reset blog index. |
BP_Blogs_Template::the_blog() |
Set up the current blog inside the loop. |
BP_Blogs_Theme_Compat::__construct() |
Set up theme compatibility for the Blogs component. |
BP_Blogs_Theme_Compat::create_content() |
Filter the_content with the create screen template part. |
BP_Blogs_Theme_Compat::create_dummy_post() |
Update the global $post with create screen data. |
BP_Blogs_Theme_Compat::create_template_hierarchy() |
Add custom template hierarchy to theme compat for the blog create page. |
BP_Blogs_Theme_Compat::directory_content() |
Filter the_content with the groups index template part. |
BP_Blogs_Theme_Compat::directory_dummy_post() |
Update the global $post with directory data. |
BP_Blogs_Theme_Compat::directory_template_hierarchy() |
Add template hierarchy to theme compat for the blog directory page. |
BP_Blogs_Theme_Compat::is_blogs() |
Are we looking at something that needs Blogs theme compatibility? |
BP_BuddyBoss_Platform_Updater::__construct() | |
BP_BuddyBoss_Platform_Updater::plugins_api() | |
BP_BuddyBoss_Platform_Updater::request_call() | |
BP_BuddyBoss_Platform_Updater::update_plugin() | |
BP_Button::__construct() |
Builds the button based on class parameters. |