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

Plugin: bp-activity-filter (Used by 21 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
a*o*a.b*o*e*s*i*k.com βœ… F 2026-06-05 22:40:33
f*r*a*d*b*e*v*r.com βœ… F 2026-06-02 09:22:00
c*e*i*o*c*d*m*.com (WP 7.0) βœ… F 2026-05-29 00:56:17
t*e*o*s*a*i*i*y*l*b.com (WP 6.9.4) βœ… F 2026-05-27 00:37:50
p*s*t*v*h*r*e*a*s*i*.com (WP 6.9.4) βœ… F 2026-05-24 01:13:18
p*a*f*r*.a*l*i*i*a*a*a*e*y.eu (WP 5.9.13) ⚠️ F 2026-05-21 23:10:43
t*i*d*p*r*.com (WP 5.6) ⚠️ F 2026-05-20 01:04:57
m*s*a*e*b*u*n*m*u*h.com (WP 5.2.21) ⚠️ F 2026-05-17 12:19:55
s*a*e*i*w*.com (WP 6.7.2) βœ… F 2026-05-16 23:25:09
l*c*s*e*a*l*t*e*t.com (WP 6.5.8) βœ… F 2026-05-14 06:51:47
w*r*d*u*f*c*.com (WP 5.9.3) ⚠️ F 2026-05-13 19:32:37
c*e*t*o*d*o*s.com βœ… F 2026-05-12 23:44:29
g*d*e*s*e*o*a.com πŸ“„ F 2026-05-12 08:40:51
s*i*y*-*i*k.com πŸ”“ F 2026-05-11 18:15:01
r*v*v*l*r*y.ro (WP 6.9.4) βœ… F 2026-05-11 11:34:32
a*l*n*n*.d*a*p*r*p*r*u*u*s*.org βœ… F 2026-05-11 08:43:53
b*r*h*a*-*a*e*.com (WP 6.6.2) βœ… F 2026-05-11 03:58:41
w*e*e*-*o*l*n*k*i.com (WP 6.9.4) βœ… F 2026-05-11 00:54:18
m*m*i*a*i*n.hr βœ… F 2026-05-10 22:00:22
n*u*h*y*w*n*e*s.xyz (WP 6.9.4) βœ… F 2026-05-07 06:37:35
w*n*e*v*n*o*v*r.com (WP 6.9.4) βœ… F 2026-05-03 17:32:44

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927