buddyboss-platform
buddyboss-platform copied to clipboard
Full featured social networking plugin for WordPress.
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3083 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this PR’s...
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3243 Proof: https://www.loom.com/share/39aa9234d895413682bc63f6d42a0170 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit...
[PROD-3377] PROD-3377 #comment Recent Topics widget changes ### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3377 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment...
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3239 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this PR’s...
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3373 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this PR’s...
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-2947 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this PR’s...
### Jira Issue: https://buddyboss.atlassian.net/browse/PROD-3299 https://buddyboss.atlassian.net/browse/PROD-3351 ### General Note Keep all conversations related to this PR in the associated Jira issue(s). Do NOT add comment on this PR or edit this...
When you click the search results tabs, it sends the query data via $_POST, not $_GET. This means that this mechanism to unset the $bp->current_component variable doesn't run, which then...
I am getting hundreds of duplicate queries as a result of this function. When a user is not suspended, the wpdb query returns `null`, which the wp_cache_get mechanism in some...
We can change the default number of search results with the `bp_search_search_page_args` filter, but it breaks the search output because the default of 3 is hardcoded in a couple of...