Functions |
Description |
---|---|
bbp_view_title() |
Output the view name aka title |
bbp_view_url() |
Output the view url |
bbp_widgets_init() |
Initialize widgets |
bbp_wp_login_action() |
Output the login form action url |
bbpress() |
The main function responsible for returning the one true bbPress Instance to functions everywhere. |
bp_account_was_activated() |
Check whether an activation has just been completed. |
bp_action_variable() |
Return the value of a given action variable. |
bp_action_variables() |
Return the value of $bp->action_variables. |
bp_actions() |
Fire the ‘bp_actions’ action, which runs just before rendering. |
bp_activate_page_content() |
Function to add the content on activate page. |
bp_activate_slug() |
Output the activation slug. |
bp_activation() |
Fire activation hooks and events. |
bp_activation_page() |
Output the URL of the activation page. |
bp_active_member_type_by_type() |
Gets an active member by type. |
bp_activities() |
Determine if there are still activities left in the loop. |
bp_activities_member_rss_link() |
Output the member activity feed link. |
bp_activities_no_activity() |
Output text when there is no activity |
bp_activities_title() |
Output the activities title. |
bp_activity_action() |
Output the activity action. |
bp_activity_action_delete_activity() |
Delete specific activity item and redirect to previous page. |
bp_activity_action_favorites_feed() |
Load a user’s favorites feed. |
bp_activity_action_friends_feed() |
Load a user’s friends’ activity feed. |
bp_activity_action_mark_favorite() |
Mark activity as liked. |
bp_activity_action_mentions_feed() |
Load a user’s @mentions feed. |
bp_activity_action_my_groups_feed() |
Load the activity feed for a user’s groups. |
bp_activity_action_name() |
Output the activity action name. |
bp_activity_action_parse_url() |
AJAX endpoint for link preview URL parser. |
bp_activity_action_permalink_router() |
Catch and route requests for single activity item permalinks. |
bp_activity_action_personal_feed() |
Load a user’s personal activity feed. |
bp_activity_action_post_comment() |
Post new activity comment. |
bp_activity_action_post_update() |
Post user/group activity update. |
bp_activity_action_remove_favorite() |
Remove activity from likes. |
bp_activity_action_sitewide_feed() |
Load the sitewide activity feed. |
bp_activity_action_spam_activity() |
Mark specific activity item as spam and redirect to previous page. |
bp_activity_add() |
Add an activity item. |
bp_activity_add_admin_menu() |
Register the Activity component admin screen. |
bp_activity_add_meta() |
Add a piece of activity metadata. |
bp_activity_add_meta_boxes() |
Publish Activity for lessons, quizzes and topics with appropriate conditions. |
bp_activity_add_notification_for_synced_blog_comment() |
Add a notification for post comments to the post author or post commenter. |
bp_activity_add_user_favorite() |
Add an activity feed item as a favorite for a user. |
bp_activity_adjust_mention_count() |
Adjusts mention count for mentioned users in activity items. |
bp_activity_admin() |
Output the Activity component admin screens. |
bp_activity_admin_edit() |
Display the single activity edit screen. |
bp_activity_admin_edit_hidden_metaboxes() |
Hide the advanced edit meta boxes by default, so we don’t clutter the screen. |
bp_activity_admin_edit_metabox_itemids() |
Primary item ID/Secondary item ID metabox for the Activity admin edit screen. |
bp_activity_admin_edit_metabox_link() |
Primary link metabox for the Activity admin edit screen. |
bp_activity_admin_edit_metabox_status() |
Status metabox for the Activity admin edit screen. |
bp_activity_admin_edit_metabox_type() |
Activity type metabox for the Activity admin edit screen. |
bp_activity_admin_edit_metabox_userid() |
User ID metabox for the Activity admin edit screen. |
bp_activity_admin_get_activity_actions() |
Get flattened array of all registered activity actions. |