bp-core/classes/class-bp-rest-settings-endpoint.php:
BP_REST_Settings_Endpoint::get_buddyboss_platform_settings()
|
Get BuddyBoss Platform Settings.
|
bp-core/classes/class-bp-rest-settings-endpoint.php:
BP_REST_Settings_Endpoint::get_buddypress_settings()
|
Get BuddyPress settings.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_disable_activity_commenting()
|
Disable activity commenting for blog posts based on certain criteria.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_post_type_comments_avoid_duplicates()
|
Limit the display of post type synced comments.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_activity_comment_single_permalink()
|
Changes single activity comment entries to use the blog comment permalink.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_activity_comment_single_action()
|
Formats single activity comment entries to use the blog comment action.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_sync_add_from_activity_comment()
|
Syncs activity comments and posts them back as blog comments.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_sync_activity_edit_to_post_comment()
|
Updates the blog comment when the associated activity comment is edited.
|
bp-blogs/bp-blogs-activity.php:
bp_blogs_new_blog_comment_query_backpat()
|
Filter ‘new_blog_comment’ bp_has_activities() loop to include new- and old-style blog activity comment items.
|
bp-blogs/bp-blogs-functions.php:
bp_blogs_post_type_remove_comment()
|
Remove a synced activity comment from the activity feed.
|
bp-blogs/bp-blogs-functions.php:
bp_blogs_comment_sync_activity_comment()
|
Update Activity and blogs meta and eventually sync comment with activity comment
|
bp-core/admin/bp-core-admin-settings.php:
bp_admin_setting_callback_blogforum_comments()
|
Allow activity comments on posts and comments.
|
bp-activity/bp-activity-functions.php:
bp_activity_transition_post_type_comment_status()
|
When a post type comment status transition occurs, update the relevant activity’s status.
|
bp-activity/bp-activity-functions.php:
bp_activity_post_type_remove_comment()
|
Remove an activity item when a comment about a post type is deleted.
|
bp-activity/bp-activity-functions.php:
bp_activity_post_type_comment()
|
Create an activity item for a newly posted post type comment.
|
bp-activity/bp-activity-functions.php:
bp_activity_type_supports()
|
Check if the *Post Type* activity supports a specific feature.
|
bp-activity/bp-activity-notifications.php:
bp_activity_add_notification_for_synced_blog_comment()
|
Add a notification for post comments to the post author or post commenter.
|
bp-activity/classes/class-bp-activity-list-table.php:
BP_Activity_List_Table::__construct()
|
Constructor.
|