WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: bp-activity-filter (Used by 11 domains)

BuddyPress Activity Filter

πŸ‘€ wbcomdesigns πŸ“¦ v3.2.0 πŸ”— Plugin Homepage

The BuddyPress Activity Filter plugin helps site administrators customize the activity feed by setting default activity types and hiding irrelevant content. It also allows you to include activities from Custom Post Types (CPT) in the BuddyPress activity stream.

Key Features

  • Default Activity Filters: Set different default filters for site-wide and profile-specific activity streams
  • Hide Unwanted Activities: Remove specific activity types from appearing in the activity feed
  • Custom Post Type Support: Enable activity generation for custom post types when published
  • Clean & Lightweight: Optimized code with minimal performance impact
  • Theme Compatible: Works with BuddyPress default theme and Nouveau theme package
  • Easy Administration: Simple settings interface with intuitive controls
  • Security Hardened: Built with WordPress security best practices
  • Performance Optimized: Efficient caching and minimal database queries
  • Developer Friendly: Extensive hooks and filters for customization

Perfect For

  • Community sites wanting to streamline their activity feeds
  • Sites with custom post types that need activity integration
  • Administrators who want granular control over activity visibility
  • Communities looking to improve user experience with focused content
  • Developers needing customizable activity filtering solutions

Configuration Options

Default Filters Tab:
– Site-wide Activity Default: Set the default filter for main activity streams
– Profile Activity Default: Set the default filter for user profile activity pages

Hidden Activities Tab:
– Select specific activity types to hide from all activity streams
– Professional activity labels for better clarity
– Bulk select/deselect options for efficient management

Custom Post Types Tab:
– Enable activity generation for any public custom post type
– Customize activity labels for each post type
– Automatic activity creation when CPT posts are published
– Global settings for CPT activity visibility

Premium Extensions

Enhance your BuddyPress community with these premium add-ons:

Use Cases

  1. Corporate Communities: Hide member registration activities, focus on business updates
  2. Educational Sites: Highlight course activities, hide profile updates
  3. E-commerce Communities: Show product activities, hide friendship notifications
  4. News Sites: Display article publications as activities automatically
  5. Developer Communities: Filter technical discussions by post type

Developer Features

  • Clean Architecture: Modern OOP design with singleton patterns
  • Extensive Hooks: Over 15 action and filter hooks for customization
  • Backward Compatibility: Automatic migration from older versions
  • Performance Optimized: Smart caching and minimal database impact
  • Security First: Nonce verification, input sanitization, and capability checks
  • Theme Agnostic: Works with any BuddyPress-compatible theme
  • Documentation: Comprehensive inline documentation and code comments

Security & Performance

  • Input Sanitization: All user inputs are properly sanitized and validated
  • Nonce Protection: CSRF protection on all admin forms and AJAX requests
  • Capability Checks: Proper permission verification for all admin functions
  • SQL Injection Prevention: Use of WordPress database abstraction layer
  • XSS Protection: Output escaping and content filtering
  • Performance Caching: Intelligent caching of frequently accessed data

Internationalization

  • Translation Ready: Full support for translation and localization
  • RTL Support: Right-to-left language compatibility
  • Professional Labels: User-friendly activity type descriptions
  • Context-Aware Strings: Proper string contexts for accurate translations

Advanced Configuration

Custom Hooks and Filters

Available Action Hooks:
* bp_activity_filter_init – Plugin initialization
* bp_activity_filter_settings_saved – After settings save
* bp_activity_filter_cpt_activity_created – When CPT activity is created

Available Filter Hooks:
* bp_activity_filter_default – Modify default filter value
* bp_activity_filter_available_filters – Customize available filters
* bp_activity_filter_query_args – Modify activity query arguments
* bp_activity_filter_eligible_post_types – Filter eligible CPTs

Custom Post Type Configuration

`php

// Enable activity for custom post type programmatically
add_filter( β€˜bp_activity_filter_eligible_post_types’, function( $post_types ) {
$post_types[β€˜my_custom_type’] = get_post_type_object( β€˜my_custom_type’ );
return $post_types;
});

// Customize activity action text
add_filter( β€˜bp_activity_filter_cpt_activity_action’, function( $action, $post, $label ) {
if ( β€˜my_custom_type’ === $post->post_type ) {
$action = sprintf( β€˜%s shared a new %s’, get_author_name(), $label );
}
return $action;
}, 10, 3 );
`

Performance Optimization

The plugin includes several performance optimizations:

  • Query Caching: Activity actions are cached to reduce database calls
  • Smart Loading: Scripts only load on relevant pages
  • Minimal Footprint: Optimized code with efficient algorithms
  • Database Optimization: Indexed queries and reduced overhead

Troubleshooting

Common Issues:

  1. Activities not filtering: Check BuddyPress version compatibility
  2. Settings not saving: Verify user permissions and nonce verification
  3. Custom post types not showing: Ensure post types meet eligibility criteria
  4. Theme conflicts: Test with default BuddyPress theme

Debug Mode:
Enable WordPress debug mode to see detailed error messages:
php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );

Support

For support, documentation, and feature requests:

Contributing

We welcome contributions! Please see our GitHub repository for development guidelines and to submit pull requests.

Ways to Contribute:
* Report bugs and suggest features
* Submit translations
* Contribute code improvements
* Help with documentation
* Test beta releases

Privacy Policy

This plugin does not collect or store any personal user data beyond what WordPress and BuddyPress already collect. Activity filtering preferences are stored locally in browser cookies and user meta fields as needed for functionality.

Credits

Developed by Wbcom Designs – Your trusted WordPress development partner.

Special thanks to the BuddyPress community for feedback and contributions that made this plugin possible.

DomainExposuresHeadersLast Checked
c*e*i*o*c*d*m*.com (WP 7.0.2) βœ… F 2026-07-25 23:14:35
p*s*t*v*h*r*e*a*s*i*.com (WP 6.9.4) βœ… F 2026-07-20 10:20:34
t*i*d*p*r*.com (WP 5.6) ⚠️ πŸ‘€ F 2026-07-16 15:38:28
s*a*e*i*w*.com (WP 6.7.2) βœ… F 2026-07-13 16:54:16
l*c*s*e*a*l*t*e*t.com (WP 6.5.8) πŸ‘€ F 2026-07-11 04:47:18
c*e*t*o*d*o*s.com βœ… F 2026-07-09 22:50:57
s*i*y*-*i*k.com πŸ”“ πŸ‘€ F 2026-07-08 18:38:39
r*v*v*l*r*y.ro (WP 7.0) βœ… F 2026-07-08 12:24:57
w*n*e*v*n*o*v*r.com (WP 6.9.4) βœ… F 2026-07-01 08:29:20
s*o*k*o*m*a*k*d*.se (WP 6.5.8) πŸ‘€ F 2026-06-16 11:04:04
f*r*a*d*b*e*v*r.com βœ… F 2026-06-02 09:22:00

Top 50 Plugins

Plugin Count
elementor 1,781,350
contact-form-7 1,763,473
elementor-pro 1,056,403
woocommerce 818,396
revslider 613,184
jetpack 459,687
js_composer 423,500
wp-rocket 341,701
essential-addons-for-elementor-lite 267,186
complianz-gdpr 260,358
gravityforms 257,842
google-site-kit 232,120
cookie-law-info 230,851
instagram-feed 226,401
sitepress-multilingual-cms 212,109
header-footer-elementor 208,941
google-analytics-for-wordpress 207,506
bluehost-wordpress-plugin 193,159
elementskit-lite 182,255
gutenberg 167,504
cookie-notice 150,713
litespeed-cache 142,941
gtranslate 126,300
wpforms-lite 125,731
the-events-calendar 123,260
gutenberg-core 121,980
astra-sites 114,946
popup-maker 110,750
woocommerce-payments 110,631
tablepress 102,411
honeypot 98,192
astra-addon 94,627
wp-smushit 91,689
duracelltomi-google-tag-manager 90,994
layerslider 90,135
coblocks 89,955
all-in-one-seo-pack 89,864
bb-plugin 86,751
akismet 85,480
premium-addons-for-elementor 85,165
cleantalk-spam-protect 83,466
ml-slider 82,941
mailchimp-for-wp 82,596
megamenu 80,887
woocommerce-gateway-stripe 80,153
fusion-builder 77,796
jet-engine 77,676
ewww-image-optimizer 76,887
smart-slider-3 76,763
wp-pagenavi 76,618

Top 50 Themes

Theme Count
hello-elementor 623,608
Divi 500,513
astra 418,376
flatsome 137,115
Avada 122,205
generatepress 115,566
pub 84,984
oceanwp 81,354
kadence 79,424
enfold 69,500
salient 65,679
twentyseventeen 54,668
bb-theme 52,923
betheme 52,600
twentytwentyfour 52,508
blocksy 51,323
cocoon-master 49,331
dt-the7 45,735
twentytwentyfive 44,941
h4 42,389
woodmart 41,191
neve 38,486
Avada-Child-Theme 37,096
gox 36,285
bridge 31,680
twentytwentyone 30,564
lightning 29,886
twentytwenty 28,924
swell 27,928
bricks 26,537
Impreza 26,232
Newspaper 24,292
twentytwentythree 22,275
epik-redesign 19,258
twentytwentytwo 18,955
uncode 18,704
twentysixteen 17,709
pro 17,598
sydney 16,686
storefront 16,470
Total 14,553
hello-theme-child-master 14,056
factory-templates-4 13,746
extendable 13,275
themify-ultra 13,031
hestia 12,693
yootheme 12,635
yith-wonder 12,470
porto 12,064
jupiter 11,703