BuddyPress Activity Filter
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.
Top keywords
- activity42×4.87%
- post21×2.43%
- filter19×2.20%
- custom14×1.62%
- types14×1.62%
- buddypress13×1.51%
- default12×1.39%
- type12×1.39%
- post types11×1.27%
- activities10×1.16%
- activity filter10×1.16%
- bp9×1.04%
Shortcodes Ultimate – Content Elements
Building new pages with Gutenberg? Explore VovaBlocks, a focused collection of native marketing and content blocks from the creator of Shortcodes Ultimate. View VovaBlocks → About Shortcodes Ultimate Shortcodes Ultimate is a WordPress shortcode plugin for adding tabs, accordions, buttons, FAQs, sliders, carousels, lightboxes, columns, boxes and other reusable content elements without coding. It is ideal for site owners who want richer content layouts and practical UI elements without switching to a full page builder. Use Shortcodes Ultimate in the Block Editor, Classic Editor, widgets and template files. Generate shortcodes visually, preview the result before inserting it, and reuse the same elements across posts, pages and existing shortcode-based content. Trusted by hundreds of thousands of WordPress sites, Shortcodes Ultimate helps you replace multiple single-purpose UI plugins with one maintained toolkit. Explore live examples What you can build With Shortcodes Ultimate, you can quickly add common WordPress content elements such as: Accordions and FAQ sections Responsive tabs CTA buttons and download buttons Boxes, notes and callouts Columns and layout helpers Sliders and carousels Lightboxes for images and custom content Post lists and dynamic content blocks Spoilers, toggles and expandable content Media embeds and visual content blocks Instead of installing a separate plugin for every small content element, Shortcodes Ultimate gives you one maintained toolkit for everyday WordPress content tasks. Works with modern and classic WordPress workflows Shortcodes Ultimate works with the Block Editor, Classic Editor, widgets and template files. You can insert shortcodes manually, use WordPress shortcode blocks or use the built-in shortcode generator to configure elements visually. This makes the plugin useful for: Site owners who want to improve content without coding Bloggers and affiliate publishers who need reusable CTA and content blocks Agencies and freelancers maintaining multiple WordPress sites Developers who want shortcode-friendly output in templates Existing sites with older content that already uses shortcodes Why use Shortcodes Ultimate? 50+ ready-to-use WordPress shortcodes Visual shortcode generator Live preview Works with the Block Editor and Classic Editor Shortcodes can be used in posts, pages, widgets and template files Responsive elements that work with your theme Built-in Custom CSS editor Developer-friendly hooks and documentation Free version available on WordPress.org Pro version available for advanced shortcodes, extra styles and premium support Why shortcodes still matter in WordPress The WordPress Block Editor is great for visual content editing, but shortcodes are still useful when you need portable, reusable content elements that work across different parts of a WordPress site. Shortcodes are especially helpful when you want to: Reuse the same content element in many posts or pages Add dynamic content inside widgets or templates Maintain older WordPress sites that already use shortcodes Work across Classic Editor and Block Editor workflows Add content elements without switching to a full page builder Keep common UI elements available through a simple text-based syntax Shortcodes Ultimate is designed for these practical workflows. It gives you a large collection of ready-made shortcodes and a visual generator, so you do not need to write shortcode syntax manually unless you want to. Free and Pro The free version of Shortcodes Ultimate includes a large collection of useful shortcodes for everyday WordPress content tasks. Shortcodes Ultimate Pro adds advanced shortcodes, additional styles, Content Slider, Pricing Table, Testimonials, Shortcode Creator, Elementor support and premium support. Compare Free and Pro Useful links Documentation Live Examples Pro features Support