BuddyPress Activity Filter is a WordPress app, with a 3.5 average rating from 14 reviews, as of Aug 31, 2026.
BuddyPress Activity Filter is a WordPress Plugin Directory app by wbcomdesigns. With a rating of 3.5★ from 14 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
BuddyPress Activity Filter is a mixed-rating WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 14 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by wbcomdesigns — established developer track record
Cons
- −Average rating below 4.0 (3.5★) — read recent low-star reviews before committing
- −Limited review base (14) — ratings can shift significantly with new feedback
Looking to switch from BuddyPress Activity Filter?
See BuddyPress Activity Filter's alternatives ranked by audit score, rating, and review velocity.
How BuddyPress Activity Filter works
Show full descriptionShow less
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:
BuddyPress Hashtags – Add hashtag functionality to activities
BuddyPress Polls – Create and participate in polls
BuddyPress Quotes – Share quotes with beautiful backgrounds
BuddyPress Status & Reactions – Custom statuses and emoji reactions
BuddyPress Sticky Post – Pin important activities
WP Stories – Add Instagram-like stories feature
Use Cases
Corporate Communities: Hide member registration activities, focus on business updates
Educational Sites: Highlight course activities, hide profile updates
E-commerce Communities: Show product activities, hide friendship notifications
News Sites: Display article publications as activities automatically
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:
Activities not filtering: Check BuddyPress version compatibility
Settings not saving: Verify user permissions and nonce verification
Custom post types not showing: Ensure post types meet eligibility criteria
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:
Documentation: Plugin Documentation
Support Forum: WordPress.org Support
Premium Support: Wbcom Designs Support
GitHub: Development Repository
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.
Keyword rankings
BuddyPress Activity Filter ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- Rank #985
Competitors & alternatives
AppRanks tracks competitor sets per category. For BuddyPress Activity Filter, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is BuddyPress Activity Filter?
BuddyPress Activity Filter is an app for WordPress. It currently holds a 3.5-star rating from 14 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by wbcomdesigns.