[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fgRNOrMo6VwCNdayOWDfe5DqjD-vhe8jxsufmmqoXouc":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":15,"download_link":24,"security_score":13,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":37,"analysis":142,"fingerprints":288},"blocks-everywhere","Blocks Everywhere","1.21.0","Automattic","https:\u002F\u002Fprofiles.wordpress.org\u002Fautomattic\u002F","\u003Cp>Switches the default WordPress editor for comments, bbPress, and BuddyPress to use Gutenberg. These can now use a richer set of editing tools, as well as having access to the full power of Gutenberg blocks.\u003C\u002Fp>\n\u003Cp>Admin moderation is also upgraded to use Gutenberg, and blocks are processed on the front end.\u003C\u002Fp>\n\u003Cp>For extra security the list of available blocks is determined by the allowed tags from WordPress.\u003C\u002Fp>\n\u003Cp>Gutenberg is not bundled and instead is side-loaded from WordPress. For better compatibility you should use the plugin version of Gutenberg, which is typically several versions ahead of the one included in WordPress.\u003C\u002Fp>\n\u003Cp>The condition of the Gutenberg replacements are:\u003Cbr \u002F>\n– bbPress – good (requires bbPress 2.6+)\u003Cbr \u002F>\n– comments – alright\u003Cbr \u002F>\n– BuddyPress – needs a lot of work\u003C\u002Fp>\n\u003Cp>In addition, this plugin adds a new block type “Content Embed” for the Gutenberg editor, which allows you to embed a forum topic from any bbPress site or WordPress.com Support page.\u003C\u002Fp>\n\u003Cp>Blocks Everywhere is developed on Github at:\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fblocks-everywhere\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002FAutomattic\u002Fblocks-everywhere\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Caveats\u003C\u002Fh3>\n\u003Cp>The loading of Gutenberg will also increase the page size of any page it is loaded on. You should be aware of this and willing to accept this in the context of your site.\u003C\u002Fp>\n\u003Cp>This doesn’t yet work on block-based themes – it must be a ‘classic’ theme.\u003C\u002Fp>\n\u003Cp>You should use the latest version of the Gutenberg plugin.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>To enable Blocks Everywhere you need to add the relevant \u003Ccode>define\u003C\u002Fcode> to \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'BLOCKS_EVERYWHERE_COMMENTS', true );\ndefine( 'BLOCKS_EVERYWHERE_BBPRESS', true );\ndefine( 'BLOCKS_EVERYWHERE_BUDDYPRESS', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also use the WordPress filter \u003Ccode>blocks_everywhere_comments\u003C\u002Fcode>, \u003Ccode>blocks_everywhere_bbpress\u003C\u002Fcode>, and \u003Ccode>blocks_everywhere_buddypress\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>To enable back-end editing in bbPress:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'BLOCKS_EVERYWHERE_ADMIN', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or use the filter \u003Ccode>blocks_everywhere_admin\u003C\u002Fcode>. Back-end editing is restricted to users with the \u003Ccode>manage_options\u003C\u002Fcode> capability (can be changed with the \u003Ccode>blocks_everywhere_admin_cap\u003C\u002Fcode> filter).\u003C\u002Fp>\n\u003Cp>To enable conversion of blocks in email:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'BLOCKS_EVERYWHERE_EMAIL', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or use the filter \u003Ccode>blocks_everywhere_email\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>To enable Gutenberg when editing bbPress forums, topics, and replies you can use:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'BLOCKS_EVERYWHERE_BBPRESS_ADMIN', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or use \u003Ccode>blocks_everywhere_bbpress_admin\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Settings\u003C\u002Fh3>\n\u003Cp>Some settings are available through the settings object, which is filterable with \u003Ccode>blocks_everywhere_editor_settings\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>allowUrlEmbed - Enable or disable auto-embed for URLs\nreplaceParagraphCode - Enable the custom paragraph that converts HTML and PHP code into a code block\npastePlainText - Convert all pasted content to plain text\npatchEmoji - set to `true` to stop twemoji from affecting the editor\niso.allowEmbeds - List of enabled embeds\niso.blocks.allowBlocks - List of enabled blocks\niso.className - String of classes to be assigned to the editor.\niso.__experimentalOnChange - An optional callback that is triggered when the blocks are changed.\niso.__experimentalOnInput - An optional callback that is triggered when text is input.\niso.__experimentalOnSelection - An optional callback when a block is selected.\u003Ch3>Theme compatibility\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Gutenberg is placed directly on the page along with your post, forum, etc. This means the contents of the editor will look like the page they will appear on. However, it also means that styles from the page may affect the editor.\u003C\u002Fp>\n\u003Cp>We don’t have a perfect way of separating these styles and it is possible that styles from the page or from Gutenberg may affect the other. If you are using this plugin then it is expected that you will be able to fix any differences as appropriate for your site.\u003C\u002Fp>\n\u003Cp>A theme compatibility option is provided which might help. You can use this with:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define( 'BLOCKS_EVERYWHERE_THEME_COMPAT', true );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Or using the filter \u003Ccode>blocks_everywhere_theme_compat\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>It provides some overrides for common theme issues. However, it is generally better not to require overrides so if you are able to modify your theme and make CSS more specific then that is the best route.\u003C\u002Fp>\n\u003Cp>For example, rather than defining a global button style (which would then affect Gutenberg), make the style specific to the areas where a button will be used.\u003C\u002Fp>\n\u003Ch3>Using Content Embed block\u003C\u002Fh3>\n\u003Cp>Content Embed block uses REST API to fetch content to be embedded. This means that site contains bbPress topics to embed should have topic REST API enabled.\u003C\u002Fp>\n\u003Cp>Blocks Everywhere enables topic REST API on its own, so if the site with bbPress have this plugin installed and configured, its topics can be embedded.\u003C\u002Fp>\n\u003Cp>To enable Content Embed block in the editor, pass these settings to \u003Ccode>blocks_everywhere_editor_settings\u003C\u002Fcode> filter:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'blocks_everywhere_editor_settings', function( $settings ) {\n    $settings['iso']['blocks']['allowBlocks'][] = 'blocks-everywhere\u002Fsupport-content';\n    return $settings;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>To enable REST API for forum topics, use next filters:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'blocks_everywhere_admin', '__return_true' );\nadd_filter( 'blocks_everywhere_admin_cap', '__return_empty_string' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>REST API is only used when creating content embed and not used to view it. So \u003Ccode>blocks_everywhere_admin_cap\u003C\u002Fcode> can return specific capability to limit users who will have access to API.\u003C\u002Fp>\n\u003Cp>In order for Content Embed block from Blocks Everywhere to load post authors, it is required to enable author data in the topic REST API. To do it, use this filter\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_action( 'bbp_get_topic_post_type_supports', function( $supports ) {\n    $supports[] = 'author';\n    return $supports;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>KSES\u003C\u002Fh3>\n\u003Cp>Gutenberg outputs HTML content and this may be affected by KSES (WordPress HTML sanitisation) and other sanitisation.\u003C\u002Fp>\n\u003Cp>The plugin provides some modifications to this so it works fine with basic blocks. You may run into problems if you are using different blocks or have customised permission levels.\u003C\u002Fp>\n","Puts the Gutenberg block editor everywhere it can - bbPress, comments, and BuddyPress.",50,6173,100,1,"","6.2.9","6.2","5.6",[20,21,22,23],"bbpress","buddypress","comments","gutenberg","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fblocks-everywhere.1.21.0.zip",0,null,"2026-03-15T10:48:56.248Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"automattic",213,19158100,92,1364,73,"2026-04-05T16:45:58.566Z",[38,59,79,101,122],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":33,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":15,"tags":52,"homepage":56,"download_link":57,"security_score":13,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":58},"spam-destroyer","Spam Destroyer","2.1.6","Ryan Hellyer","https:\u002F\u002Fprofiles.wordpress.org\u002Fryanhellyer\u002F","\u003Cp>Stops automated spam while remaining as unobtrusive as possible to regular commenters. \u003Ca href=\"https:\u002F\u002Fgeek.hellyer.kiwi\u002Fproducts\u002Fspam-destroyer\u002F\" rel=\"nofollow ugc\">The Spam Destroyer plugin\u003C\u002Fa> is intended to be effortless to use. Simply install, and enjoy a spam free website 🙂\u003C\u002Fp>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fusers\u002Fomahoung\u002F\" rel=\"ugc\">omahoung\u003C\u002Fa> – Bug reporting\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fprofile\u002Fstromhalm\" rel=\"ugc\">Stromhalm\u003C\u002Fa> – Bug reporting\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Focaoimh.ie\u002F\" rel=\"nofollow ugc\">Donncha O Caoimh\u003C\u002Fa> – Developer of Cookies for Comments, functionality of which is incorporated into Spam Destroyer\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Felliottback.com\u002F\" rel=\"nofollow ugc\">Elliot Back\u003C\u002Fa> – Developer of WP Hashcash, functionality of which is incorporated into Spam Destroyer\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fnettsett.no\u002F\" rel=\"nofollow ugc\">Marte Sollund and Ingvild Evje\u003C\u002Fa> – Bug reporting\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002FeHermitsInc.com\u002F\" rel=\"nofollow ugc\">Brian Layman\u003C\u002Fa> – Code advice\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fronalfy.com\u002F\" rel=\"nofollow ugc\">Ronald Huereca\u003C\u002Fa> – JS advice\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fshawngaffney\" rel=\"nofollow ugc\">Shawn Gaffney\u003C\u002Fa> – Bug reporting\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fkonstruktors.com\u002F\" rel=\"nofollow ugc\">Kaspars Dambis\u003C\u002Fa> – Bug reporting\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fwww.wanderingjon.com\u002F\" rel=\"nofollow ugc\">Jon Brown\u003C\u002Fa> – Added error message filter\u003C\u002Fbr \u002F>\u003C\u002Fli>\n\u003C\u002Ful>\n","Kills spam dead in it's tracks. Be gone evil demon spam!",6000,98562,53,"2025-05-01T20:53:00.000Z","6.9.4","5.0",[53,54,21,22,55],"anti-spam","antispam","spam","https:\u002F\u002Fgeek.hellyer.kiwi\u002Fproducts\u002Fspam-destroyer\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fspam-destroyer.2.1.6.zip","2026-03-15T15:16:48.613Z",{"slug":60,"name":61,"version":62,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":13,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":15,"tags":73,"homepage":77,"download_link":78,"security_score":13,"vuln_count":25,"unpatched_count":25,"last_vuln_date":26,"fetched_at":58},"cbxuseronline","CBX User Online & Last Login","1.3.5","Sabuj Kundu","https:\u002F\u002Fprofiles.wordpress.org\u002Fmanchumahara\u002F","\u003Cp>This plugin helps to show online users. Member, guest and bot can be tracked, their counts, most users online etc. This plugin also helps to records any user’s last login time, ip address and device.\u003C\u002Fp>\n\u003Ch3>CBX User Online & Last Login by \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fproduct\u002Fcbx-user-online-for-wordpress\u002F\" rel=\"nofollow ugc\">Codeboxr\u003C\u002Fa>\u003C\u002Fh3>\n\u003Cblockquote>\n\u003Cp>📺 \u003Ca href=\"https:\u002F\u002Fcodeboxr.net\u002Fwordpress\u002Fdemo-cbx-user-online-for-wordpress\u002F\" rel=\"nofollow ugc\">Live Demo\u003C\u002Fa> | 📋 \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fdoc\u002Fcbxuseronline-doc\u002F\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa> | 🌟 \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fproduct\u002Fcbx-user-online-for-wordpress\u002F\" rel=\"nofollow ugc\">Upgrade to PRO\u003C\u002Fa> |  👨‍💻 \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcbxuseronline\u002F\" rel=\"ugc\">Free Support\u003C\u002Fa> | 🤴 \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fcontact-us\" rel=\"nofollow ugc\">Pro Support\u003C\u002Fa> | 📱 \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fcontact-us\u002F\" rel=\"nofollow ugc\">Contact\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>\u003Cstrong>If you think any necessary feature is missing contact with us, we will add in new release. Best way to check the feature is install the free core version in any dev site and explore\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>🛄 Core Plugin Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Cookie for guest user and login session check for registered user which tracks users perfectly.\u003C\u002Fli>\n\u003Cli>Most user online count and date\u003C\u002Fli>\n\u003Cli>Shortcode and widget based display\u003C\u002Fli>\n\u003Cli>Username, ip, user agent, is from mobile or desktop etc are tracked\u003C\u002Fli>\n\u003Cli>Simple plugin option  to set refresh time\u003C\u002Fli>\n\u003Cli>Show logged in member as online list\u003C\u002Fli>\n\u003Cli>Show site or specific page’s online user statistics\u003C\u002Fli>\n\u003Cli>Dynamically created cookie name for guest visitor\u003C\u002Fli>\n\u003Cli>[new] Records user’s last login time, ip and device from v1.0.6\u003C\u002Fli>\n\u003Cli>[new] Elementor & WPBakery support from v1.0.9\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FnZbt4BtqArI?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>📺 Live Demo\u003C\u002Fh3>\n\u003Cp>Check \u003Ca href=\"http:\u002F\u002Fcodeboxr.net\u002Fwordpress\u002Fdemo-cbx-user-online-for-wordpress\u002F\" rel=\"nofollow ugc\">Live Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>🧮 Shortcodes\u003C\u002Fh3>\n\u003Cp>Shortcode with lot of params. Shortcode works for any post, page or do_shortcode.\u003Cbr \u002F>\nShortcode Format: \u003Ccode>[cbxuseronline]\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>🀄 Widgets\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Classic Widgets\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Show Memberlist\u003C\u002Fli>\n\u003Cli>Link user to author page\u003C\u002Fli>\n\u003Cli>Show online count\u003C\u002Fli>\n\u003Cli>Show individual count\u003C\u002Fli>\n\u003Cli>Show member count\u003C\u002Fli>\n\u003Cli>Show guest count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show for current page\u003C\u002Fli>\n\u003Cli>Show most user online\u003C\u002Fli>\n\u003Cli>Show mobile or desktop logged in status\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Elementor Widgets\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Show Member list\u003C\u002Fli>\n\u003Cli>Link user to author page\u003C\u002Fli>\n\u003Cli>Show online count\u003C\u002Fli>\n\u003Cli>Show individual count\u003C\u002Fli>\n\u003Cli>Show member count\u003C\u002Fli>\n\u003Cli>Show guest count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show for current page\u003C\u002Fli>\n\u003Cli>Show most user online\u003C\u002Fli>\n\u003Cli>Show mobile or desktop logged in status\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>WPBakery Addon\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Show Member list\u003C\u002Fli>\n\u003Cli>Link user to author page\u003C\u002Fli>\n\u003Cli>Show online count\u003C\u002Fli>\n\u003Cli>Show individual count\u003C\u002Fli>\n\u003Cli>Show member count\u003C\u002Fli>\n\u003Cli>Show guest count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show bot count\u003C\u002Fli>\n\u003Cli>Show for current page\u003C\u002Fli>\n\u003Cli>Show most user online\u003C\u002Fli>\n\u003Cli>Show mobile or desktop logged in status\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>👨‍🏫 \u003Ca href=\"https:\u002F\u002Fcodeboxr.com\u002Fproduct\u002Fcbx-user-online-for-wordpress\" rel=\"nofollow ugc\">See more details and usages guide here\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>💎 Pro Plugin Features\u003C\u002Fh3>\n\u003Cp>Note: free version will be always free but we released pro version with some more extra features.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Dashboard widgets: Online users\u003C\u002Fli>\n\u003Cli>Dashboard widgets: Latest Logged in users (New)\u003C\u002Fli>\n\u003Cli>Dashboard details online user page\u003C\u002Fli>\n\u003Cli>User login history listing and tracking\u003C\u002Fli>\n\u003Cli>Pro version enables some extra features in shortcode params and widget setting\u003C\u002Fli>\n\u003Cli>Support Elementor & WPBakery page builder for Latest Logged-in users.\u003C\u002Fli>\n\u003Cli>Admin details page custom setting\u003C\u002Fli>\n\u003Cli>Shortcode extra params\u003C\u002Fli>\n\u003Cli>Buddpress profile link integration (New in V1.0.4)\u003C\u002Fli>\n\u003Cli>BBpress profile link integration (New in V1.0.4)\u003C\u002Fli>\n\u003Cli>Peepso profile link integration (New in V1.1.2)\u003C\u002Fli>\n\u003Cli>BBpress Online User Statistics (New in V1.0.5)\u003C\u002Fli>\n\u003Cli>User login history feature (New in 1.2.3)\u003C\u002Fli>\n\u003Cli>Export\u002FImport plugin settings\u003C\u002Fli>\n\u003Cli>Reset plugin settings\u003C\u002Fli>\n\u003Cli>Export plugin settings single section\u003C\u002Fli>\n\u003Cli>Reset plugin settings single section\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>👍 Liked Codeboxr?\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Join our \u003Ca href=\"https:\u002F\u002Fwww.facebook.com\u002Fcodeboxr\u002F\" rel=\"nofollow ugc\">Facebook Page\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Learn from our tutorials on \u003Ca href=\"https:\u002F\u002Fwww.youtube.com\u002Fuser\u002Fcodeboxr\" rel=\"nofollow ugc\">Youtube Channel\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Or \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcbxuseronline\u002Freviews\u002F#new-post\" rel=\"ugc\">rate us\u003C\u002Fa> on WordPress\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>🔩 Installation\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>How to install the plugin and get it working.\u003C\u002Fp>\n\u003Col>\n\u003Cli>Upload \u003Ccode>cbxuseronline\u003C\u002Fcode> folder  to the \u003Ccode>\u002Fwp-content\u002Fplugins\u002F\u003C\u002Fcode> directory\u003C\u002Fli>\n\u003Cli>Activate the plugin through the ‘Plugins’ menu in WordPress\u003C\u002Fli>\n\u003Cli>Go to Setting-> CBX Useronline to edit settings\u003C\u002Fli>\n\u003Cli>In any post or page you can write shortcode [cbxuseronline]\u003C\u002Fli>\n\u003C\u002Fol>\n","Shows online users based on cookie for guest and session for registered user. It also records the last login of user.",900,31813,6,"2025-05-16T19:01:00.000Z","6.8.5","5.3",[20,21,74,75,76],"last-login","useronline","wordpress-user-online","https:\u002F\u002Fcodeboxr.com\u002Fproduct\u002Fcbx-user-online-for-wordpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcbxuseronline.1.3.5.zip",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":89,"num_ratings":90,"last_updated":91,"tested_up_to":50,"requires_at_least":92,"requires_php":18,"tags":93,"homepage":97,"download_link":98,"security_score":99,"vuln_count":14,"unpatched_count":25,"last_vuln_date":100,"fetched_at":58},"wp-notification-bell","WP Notification Bell","1.4.7","wpdever","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpdever\u002F","\u003Cp>Bell notifications for your website users. Display an on-site notification feed with notifications created manually or through triggers (new posts\u002Fcpts, WooCommerce, new comment replies, bbPress…).\u003Cbr \u002F>\nWP Notification Bell is a custom notification and bell alert plugin for WordPress. (not push notifications and no emails)\u003Cbr \u002F>\nThis plugin lets you show real-time notifications to either logged-in users, or guests, or both.\u003C\u002Fp>\n\u003Cp>Send on-site notification campaigns and let users know about news, promotions, events, product launches…\u003Cbr \u002F>\nOr automatically notify users when you publish a new post or cpt (or when frontend users create a custom post type), or about comment replies, WooCommerce order updates…\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Flexible notifications :\u003C\u002Fstrong> Create any type of notification with as many fields as you need. \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Target notifications :\u003C\u002Fstrong> Broadcast notifications to everyone or send to a specific user role or specific usernames.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>New posts notifications :\u003C\u002Fstrong> Send notifications to users every time you publish a new post. \u003Cstrong>Custom post types\u003C\u002Fstrong> included.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>New comments notifications :\u003C\u002Fstrong> Facebook-like notifications to let logged-in users receive notifications for approved comment replies to their own comment, and let post authors receive notifications for approved comments on their post.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>bbPress notifications :\u003C\u002Fstrong> New reply notification in subscribed topics for bbPress.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>BuddyPress notifications :\u003C\u002Fstrong> Display BuddyPress notifications to logged-in users.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce notifications :\u003C\u002Fstrong> Notify customers about each order status update.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Unseen notification count :\u003C\u002Fstrong> Display the count of unseen notifications.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Documentation\u003C\u002Fh4>\n\u003Cp>For guides and tutorials, start from \u003Ca href=\"https:\u002F\u002Fwpsimpleplugins.wordpress.com\u002Fdocumentation\u002F\" rel=\"nofollow ugc\">WP Notification Bell documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Pro Features Available\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>New notification sound\u003C\u002Fli>\n\u003Cli>New comments notifications for guest users\u003C\u002Fli>\n\u003Cli>Display date on comment, buddypress and bbpress notifications\u003C\u002Fli>\n\u003Cli>Custom edit WooCommerce notifications (modify content, add date…)\u003C\u002Fli>\n\u003Cli>Restrict the bell display to specific user roles\u003C\u002Fli>\n\u003Cli>Target notifications to logged-out guests only\u003C\u002Fli>\n\u003Cli>Multiple custom post types new posts notifications\u003C\u002Fli>\n\u003Cli>Move post or cpt notifications to trash automatically \u003C\u002Fli>\n\u003Cli>Notification page redirection instead of drop-down box option\u003C\u002Fli>\n\u003Cli>AJAX powered recent notification feed widget in real-time\u003C\u002Fli>\n\u003Cli>Advanced Custom Fields placeholders (add ACF fields as default value)\u003C\u002Fli>\n\u003Cli>Polylang integration\u003C\u002Fli>\n\u003Cli>Display all notifications shortcode\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Add-ons Available\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>WooCommerce back in stock notifications :\u003C\u002Fstrong> Let your customers subscribe for wishlist to know when products are back in stock.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Dokan Multivendor Marketplace integration:\u003C\u002Fstrong> Notifications for Dokan vendors (new orders, order status completed, new product reviews).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Asgaros Forum integration :\u003C\u002Fstrong> Let users be notified on-site when they’re mentioned in a post, or when there’s a new reply in a topic they’re subscribed to.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce new order notification :\u003C\u002Fstrong> New order notifications for administrators and shop managers on the admin bar menu.\u003C\u002Fli>\n\u003C\u002Ful>\n","On-site bell notifications. Display notifications custom or triggered (new posts\u002Fcpts, WooCommerce order updates, new comment replies, bbPress...)",800,26362,98,12,"2026-03-02T14:05:00.000Z","4.0",[94,20,21,95,96],"alert","notifications","woocommerce","https:\u002F\u002Fwpsimpleplugins.wordpress.com\u002Fdocumentation\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-notification-bell.zip",99,"2025-09-05 00:00:00",{"slug":102,"name":103,"version":104,"author":105,"author_profile":106,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":111,"num_ratings":112,"last_updated":113,"tested_up_to":71,"requires_at_least":114,"requires_php":15,"tags":115,"homepage":119,"download_link":120,"security_score":13,"vuln_count":14,"unpatched_count":25,"last_vuln_date":121,"fetched_at":58},"bbpress-login-register-links-on-forum-topic-pages","bbPress Login Register Links On Forum Topic Pages","3.3.7","Tomas","https:\u002F\u002Fprofiles.wordpress.org\u002Fzhuyi\u002F","\u003Cblockquote>\n\u003Ch4>Features of bbPress Login Register Links On Forum Topic Pages\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Add dedicated bbPress only sidebar, when users view your bbPress forums, bbPress pages, you can use dedicated bbPress sidebar to show bbPress only widgets, without writing any codes \u003C\u002Fli>\n\u003Cli>Add bbPress login link in bbpress forum index pages or bbpress single forum pages or bbpress forum pages or bbpress topic pages. \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures\u002F\" rel=\"nofollow ugc\">Check Demos\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>If you logged in your bbPress Forum, the login link will be replaced as Log Out link  in bbpress forum index pages or bbpress single forum pages or bbpress forum pages or bbpress topic pages.\u003C\u002Fli>\n\u003Cli>Add bbPress register link in bbpress forum index pages or bbpress single forum pages or bbpress forum pages or bbpress topic pages.\u003C\u002Fli>\n\u003Cli>Add bbPress forget password link in bbpress forum index pages or bbpress single forum pages or bbpress forum pages or bbpress topic pages.\u003C\u002Fli>\n\u003Cli>In Plugin Setting Panel, you can edit \u002F custom your bbPress links style via css\u003C\u002Fli>\n\u003Cli>In Plugin Setting Panel, default css codes for login \u002F logout \u002F forget password \u002F register links has been designed already\u003C\u002Fli>\n\u003Cli>In plugin Setting Panel, you can disable Top Admin Bar for Non-Admin Logged-in Users. \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fforums\u002F\" rel=\"nofollow ugc\">Demos and Check\u003C\u002Fa>, you can register as a member and check the result.\u003C\u002Fli>\n\u003Cli>In plugin Setting Panel, You can custom Login Links in admin area “bbPress Custom Login Links Settings” panel. If you want to use your own custom login links.\u003Cbr \u002F>\n  You can enter your custom login link, for example “login”: \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Col>\n\u003Cli>The “login” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php to http:\u002F\u002Fyourdomain.com\u002Flogin\u003C\u002Fli>\n\u003Cli>The “register” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php?action=register to http:\u002F\u002Fyourdomain.com\u002Flogin?action=register\u003C\u002Fli>\n\u003Cli>The “Lost Password” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php?action=lostpassword to http:\u002F\u002Fyourdomain.com\u002Flogin?action=lostpassword\u003Cbr \u002F>\n  If you do not want to use custom login links again, you can just remove login link in “bbPress Custom Login Links Settings” panel\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>*  In Plugin Global Setting Panel, you can enable \u002F disable “Login redirected to the same topic page from where clicked the login link”\u003Cbr \u002F>\n  *  In Plugin Global Setting Panel, you can enable \u002F disable bbPress Only Sidebar\u003Cbr \u002F>\n  *  In Plugin Global Setting Panel, you can select an existed sidebar as bbpress sidebar\u003Cbr \u002F>\n  * Support translate plugin to other languages and launch localized versions, .po files can be found in languages folder\u003Cbr \u002F>\n  * more feature request is super welcome at \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fcontact-us\u002F\" rel=\"nofollow ugc\">Feature Request\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Why I develop this bbPress plugin:\u003C\u002Fh4>\n\u003Cp>bbPress is a great forum product, I used it build many forums, but in recent days when I build a site which focus the forum, I found a problem:  there are no bbpress login link, bbpress register link, bbpress forget password links in bbpress forum index pages or bbpress single forum pages or bbpress forum pages or bbpress topic pages.\u003C\u002Fp>\n\u003Cp>I try to find a solution, the result is I understand in the current time, I had to put the forum login link at the widget or I had to tell users to how to find the log in link in forum topics or add register\u002Flogin links in the menu items…\u003C\u002Fp>\n\u003Cp>For webmasters, the widget is rare asset and the sidebar area have no so many place to put a big log in widget…, for users, many of users\u002Fclients is not good at forum scripts or web sites, and they have no time to find the log in link in your sites…, the result is many of users just leave away from your forums, as a webmaster, this is not good because you used so many days\u002Fnights to build the site and offer the services.\u003C\u002Fp>\n\u003Cp>I think the most easy way is put the log in\u002Fregister links in the forum pages or in the topic pages, for this reason, I developed a new bbpress plugin: bbPress Login Register Links On Forum Page And Topic.\u003C\u002Fp>\n\u003Cp>Many users requested a dedicated bbPress sidebar, because in the current time, bbPress be designed to using wordpress sidebar, no bbpress sidebar, but in bbPress forums, there are a few things only releated with forum users, for example, recent topics, bbPress logged users… and so on, these things is important for bbPress users, but it is not helpful for users on wordpress side, so it is better to add a dedicated bbPress only sidebar.\u003Cbr \u002F>\nThis plugin works like this way:\u003Cbr \u002F>\nWhen users view wordpress pages(not in bbPress forums), nothing changed.\u003Cbr \u002F>\nWhen users view bbPress forums \u002F bbPress pages, the plugin will detect all sidebars in your theme,\u003Cbr \u002F>\nand replace the first sidebar as a dedicated bbPess sidebar automatically, no any code needed.\u003Cbr \u002F>\nIn admin area, you will find a new “bbPress Sidebar”, you can just drag your widgets to this bbPress Sidebar, and these widgets will shown only in bbPress pages.\u003Cbr \u002F>\nIn our plugin “bbPress Login Global Settings” Panel, you can enable \u002F disable bbPress only sidebar, and select an existed sidebar as bbpress sidebar\u003C\u002Fp>\n\u003Ch4>How To Use:\u003C\u002Fh4>\n\u003Cp>It is very easy to install and use:\u003C\u002Fp>\n\u003Cp>1: Please just upload the plugin and active it\u003C\u002Fp>\n\u003Cp>2: It will works well automatically, I have added default css codes in the plugin, and you can custom your codes in back end.\u003C\u002Fp>\n\u003Cp>3: You will find at the top of forum pages, there are log in \u002F register and Lost \u002F Password links,  when a user is logged in, the login link will turn into logout link.\u003Cbr \u002F>\nAlso if you use some log in plugins like theme my login which changed login\u002Fregister links, the plugin will still works well, how it looks? Please check screenshots. 🙂\u003C\u002Fp>\n\u003Cp>4: If you need custom style of any link for a better UI in your theme, you can go to the plugin setting panel “bbPress Custom”, you can do it very easy.\u003Cbr \u002F>\nAlso in here, actually you can custom any style css codes for your bbPress or WordPress site.\u003C\u002Fp>\n\u003Cp>5: If you click “Global Settings”, you will find options to “Login redirected to the same topic page from where clicked the login link” and “Enable bbPress only sidebar to allow admin to add widgets for bbPress topics and replies”, and you can select an existed sidebar as bbpress sidebar\u003C\u002Fp>\n\u003Cp>Feature Request and Plugin Support Forum: https:\u002F\u002Fwww.bbp.design\u002Fproduct\u002Fbbpress-login-register-pro-single-site\u002F\u003C\u002Fp>\n\u003Ch4>Features of bbPress Login Register Pro:\u003C\u002Fh4>\n\u003Cp>Our pro version have more features, it designed for help your bbpress forums more friendly for users, more pretty, stop brute force attacks on your bbpress forums… and so on.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Ch4>Pro Version Features\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures\u002F\" rel=\"nofollow ugc\">Check Pro Version Detailed Feature List and Demos\u003C\u002Fa>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>All features included in free version\u003C\u002Fli>\n\u003Cli>Login and Logout auto redirect based on user roles:you can setting after login redirect URLs and after logout URLs based on user roles. For example, you can setting users which have subscriber role redirect to their activity page after they logged in, and let users who have woocommerce customer role redirected to their shop account page,or redirect editors to their messages page… and so on,If you want to do a test, you can \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fwp-login.php?action=register\"\" rel=\"nofollow ugc\">register as a member\u003C\u002Fa> , and \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fwp-login.php\"\" rel=\"nofollow ugc\">login\u003C\u002Fa> , as an user with subscriber role, you will find you be redirected to our support forum, not the wordpress default home page. And when you logout, you will find you be redirected to the our shop, not wordpress default login page.\u003C\u002Fli>\n\u003Cli>bbPress Google reCAPTCHA Protection for Forums \u002F Login \u002F Register Pages: You can enable or disable google reCAPTCHA protection for bbPress New Topic Form \u002F bbPress New Reply Form \u002F bbPress Login Form \u002F bbPress Registration Form, if users did not pass the reCAPTCHA, users can not add new topic on your bbpress forums.\u003C\u002Fli>\n\u003Cli>bbPress Login \u002F Register Spam Protection, Disable Users Who From Proxy to Open Login \u002F Register Your bbPress Forums: If you enable this option, our plugin will detect user’s ip address, and check it is hidden behind a proxy or not, if a users is come from a proxy, we will disable these proxy users open your login page and register page. Many spam-bots is working behind a proxy server, in the current time, our plugin can detect about 22 proxy types and stop users login \u002F register on your site via these proxy types, so these proxy users can not log in your bbpress forum, so these proxy users will not have a chance to add spam content in your forums.\u003C\u002Fli>\n\u003Cli>Customize bbPress Background Image on Login Page \u002F Register Page: You can change background image for login page \u002F register page, please \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fwp-login.php\" rel=\"nofollow ugc\">check demo\u003C\u002Fa> , you will find the we have changed default login background as a pretty background image, We have chosen 12 pretty background image for you,and we are add more pretty images\u003C\u002Fli>\n\u003Cli>Customize bbPress Login Page \u002F Register Page Logo: You can custom Login Logo Image to add your own custom logo on login form \u002F register form, please \u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fwp-login.php\" rel=\"nofollow ugc\">check demo\u003C\u002Fa> , you will find the default wordpress logo image has been changed as our specified logo image, also you can custom logo URL in plugin panel\u003C\u002Fli>\n\u003Cli>Customize bbPress Login Page \u002F Register Page Title\u003C\u002Fli>\n\u003Cli>Disable Top Admin Bar for Non-Admin Logged-in Users…\u003C\u002Fli>\n\u003Cli>Admin access restricts control based on user roles: in back end, you can enable or disable users access wordpress admin area based on user roles,\u003Cbr \u002F>\n  When users type ‘wp-admin’ to access admin area, if users did not allowed to access admin area, they will be redirected to home page of your site.\u003C\u002Fli>\n\u003Cli>Admin can add bbPress Login | Logout links in site menus, when guest not logged in your site, they will see ‘Log In’ link at the menu bar, when users logged in your site,\u003Cbr \u002F>\n  they will see ‘Log Out’ link in site menu bar, also you can add register link in site menus too\u003C\u002Fli>\n\u003Cli>In bbPress Login Pro plugin Setting Panel, You can custom Login Links in admin area “bbPress Custom Login Links Settings” panel. If you want to use your own custom login links.\u003Cbr \u002F>\n  You can enter your custom login link, for example “login”: \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Col>\n\u003Cli>The “login” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php to http:\u002F\u002Fyourdomain.com\u002Flogin\u003C\u002Fli>\n\u003Cli>The “register” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php?action=register to http:\u002F\u002Fyourdomain.com\u002Flogin?action=register\u003C\u002Fli>\n\u003Cli>The “Lost Password” link above forums, will change from http:\u002F\u002Fyourdomain.com\u002Fwp-login.php?action=lostpassword to http:\u002F\u002Fyourdomain.com\u002Flogin?action=lostpassword\u003Cbr \u002F>\n  If you do not want to use custom login links again, you can just remove login link in “bbPress Custom Login Links Settings” panel\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>* In Plugin Setting Panel, you can edit \u002F custom all bbPress links style via css code very easy, actually you can use this setting panel online custom any your bbPress style css codes and it will works\u003Cbr \u002F>\n  * more…\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>More amazing features are being developed and you can upgrade unlimited, you are very welcome to submit your feature request at https:\u002F\u002Fwww.bbp.design\u002Fcontact-us\u002F\u003C\u002Fp>\n\u003Cblockquote>\n\u003Ch4>More bbPress Plugins Maybe You Will Like\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures-of-bbpress-members-only-pro-plugin\u002F\" rel=\"nofollow ugc\">bbPress Members Only Membership Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures-of-bbpress-woocommerce-payment-gateway-plugin\u002F\" rel=\"nofollow ugc\">bbPress WooCommerce Payment Gateway Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeature-of-bbpress-most-liked-topics-plugin\u002F\" rel=\"nofollow ugc\">bbPress Most Liked Topics Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures-of-bbpress-new-user-approve\u002F\" rel=\"nofollow ugc\">bbPress New User Approve Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Fbbpress-blacklist-whitelist-security-plugin\u002F\" rel=\"nofollow ugc\">bbPress Blacklist Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeature-of-bbpress-google-xml-sitemaps-generator-plugin\u002F\" rel=\"nofollow ugc\">bbPress Google XML Sitemaps Generator Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures-of-customize-bbp\u002F\" rel=\"nofollow ugc\">Customize bbPress Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.bbp.design\u002Ffeatures-of-bbpress-notification-pluginfree\u002F\" rel=\"nofollow ugc\">bbPress Notification Plugin\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>more…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fblockquote>\n\u003Cp>More amazing features are being developed and you can upgrade unlimited, you are very welcome to submit your feature request at https:\u002F\u002Fwww.bbp.design\u002Fcontact-us\u002F\u003C\u002Fp>\n","Add bbPress only sidebar, Add bbpress login link, bbpress register link, forget password link, log out link in bbpress forum index pages or bbpress si &hellip;",700,66098,82,8,"2025-11-17T19:34:00.000Z","3.0",[20,116,117,118,21],"bbpress-login","bbpress-sidebar","bbpress-widget","https:\u002F\u002Fwww.bbp.design\u002Fproduct\u002Fbbpress-login-register-pro-single-site\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbbpress-login-register-links-on-forum-topic-pages.zip","2019-12-27 00:00:00",{"slug":123,"name":124,"version":125,"author":126,"author_profile":127,"description":128,"short_description":129,"active_installs":130,"downloaded":131,"rating":132,"num_ratings":133,"last_updated":134,"tested_up_to":50,"requires_at_least":15,"requires_php":15,"tags":135,"homepage":139,"download_link":140,"security_score":13,"vuln_count":14,"unpatched_count":25,"last_vuln_date":141,"fetched_at":58},"bbpress-post-topics","Post Comments as bbPress Topics","2.2.9","Robin W","https:\u002F\u002Fprofiles.wordpress.org\u002Frobin-w\u002F","\u003Cp>Adds an option to the Discussion meta box to use a bbPress topic instead of WordPress comments, and displays that topic beneath the post on your site.\u003C\u002Fp>\n\u003Cp>You can let the plugin create a new topic for you in the forum of your choice, or specify an existing topic to attach to the post.\u003Cbr \u002F>\nA topic can be attached to as many posts as you’d like, but only one topic can currently be attached to a post.\u003C\u002Fp>\n","Replace the comments on your WordPress blog posts with topics from an integrated bbPress install",300,36232,86,18,"2025-12-05T16:23:00.000Z",[20,22,136,137,138],"discussion","forum","topic","http:\u002F\u002Fwww.rewweb.co.uk\u002Fbbp-topics-for-posts\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbbpress-post-topics.2.2.9.zip","2022-06-22 00:00:00",{"attackSurface":143,"codeSignals":272,"taintFlows":280,"riskAssessment":281,"analyzedAt":287},{"hooks":144,"ajaxHandlers":268,"restRoutes":269,"shortcodes":270,"cronEvents":271,"entryPointCount":25,"unprotectedCount":25},[145,151,154,158,162,166,169,174,177,181,184,187,190,195,199,202,205,208,211,214,217,221,223,224,227,231,234,237,241,244,248,251,255,258,261,264],{"type":146,"name":147,"callback":148,"file":149,"line":150},"action","init","load_handlers","blocks-everywhere.php",60,{"type":146,"name":152,"callback":152,"file":149,"line":153},"admin_enqueue_scripts",63,{"type":146,"name":155,"callback":156,"file":149,"line":157},"admin_head","closure",112,{"type":159,"name":160,"callback":160,"file":149,"line":161},"filter","the_editor",115,{"type":159,"name":163,"callback":163,"priority":164,"file":149,"line":165},"wp_editor_settings",10,116,{"type":146,"name":167,"callback":156,"file":149,"line":168},"in_admin_header",124,{"type":146,"name":170,"callback":171,"file":172,"line":173},"template_redirect","setup_media","classes\\class-editor.php",20,{"type":159,"name":175,"callback":175,"file":172,"line":176},"block_editor_settings_all",21,{"type":159,"name":178,"callback":179,"file":172,"line":180},"should_load_block_editor_scripts_and_styles","__return_true",22,{"type":159,"name":182,"callback":182,"file":172,"line":183},"wp_theme_json_data_theme",23,{"type":159,"name":185,"callback":185,"file":172,"line":186},"tiny_mce_before_init",93,{"type":159,"name":188,"callback":156,"file":172,"line":189},"jetpack_blocks_variation",96,{"type":146,"name":191,"callback":192,"priority":193,"file":172,"line":194},"wp_print_footer_scripts","print_default_editor_scripts",45,111,{"type":146,"name":196,"callback":196,"priority":112,"file":197,"line":198},"bbp_template_redirect","classes\\handlers\\class-bbpress.php",14,{"type":146,"name":200,"callback":156,"file":197,"line":201},"bbp_ready",19,{"type":159,"name":203,"callback":156,"priority":112,"file":197,"line":204},"bbp_get_forum_content",28,{"type":159,"name":206,"callback":156,"priority":112,"file":197,"line":207},"bbp_get_topic_content",36,{"type":159,"name":209,"callback":156,"priority":112,"file":197,"line":210},"bbp_get_reply_content",44,{"type":159,"name":212,"callback":156,"file":197,"line":213},"blocks_everywhere_editor_settings",52,{"type":159,"name":215,"callback":216,"priority":164,"file":197,"line":153},"bbp_subscription_mail_message","remove_blocks_from_reply",{"type":159,"name":218,"callback":219,"priority":164,"file":197,"line":220},"bbp_forum_subscription_mail_message","remove_blocks_from_topic",64,{"type":159,"name":160,"callback":160,"file":197,"line":222},109,{"type":159,"name":163,"callback":163,"priority":164,"file":197,"line":157},{"type":146,"name":225,"callback":225,"file":197,"line":226},"bbp_head",117,{"type":159,"name":228,"callback":229,"file":197,"line":230},"bbp_register_topic_post_type","support_gutenberg",139,{"type":159,"name":232,"callback":229,"file":197,"line":233},"bbp_register_reply_post_type",140,{"type":159,"name":235,"callback":229,"file":197,"line":236},"bbp_register_forum_post_type",141,{"type":159,"name":238,"callback":239,"file":197,"line":240},"bbp_kses_allowed_tags","get_kses_for_allowed_blocks",226,{"type":159,"name":242,"callback":242,"file":197,"line":243},"body_class",450,{"type":146,"name":245,"callback":246,"file":247,"line":90},"bp_after_activity_post_form","load_editor_buddypress","classes\\handlers\\class-buddypress.php",{"type":159,"name":249,"callback":156,"priority":112,"file":247,"line":250},"bp_get_activity_content_body",15,{"type":146,"name":252,"callback":253,"file":254,"line":90},"comment_form_after","add_to_comments","classes\\handlers\\class-comments.php",{"type":159,"name":256,"callback":256,"file":254,"line":257},"comment_form_defaults",13,{"type":159,"name":259,"callback":260,"file":254,"line":198},"pre_comment_content","remove_blocks",{"type":159,"name":262,"callback":156,"priority":112,"file":254,"line":263},"comment_text",17,{"type":159,"name":265,"callback":266,"priority":164,"file":254,"line":267},"wp_kses_allowed_html","filter_kses_allowed_html",26,[],[],[],[],{"dangerousFunctions":273,"sqlUsage":274,"outputEscaping":276,"fileOperations":25,"externalRequests":25,"nonceChecks":25,"capabilityChecks":277,"bundledLibraries":279},[],{"prepared":25,"raw":25,"locations":275},[],{"escaped":277,"rawEcho":25,"locations":278},2,[],[],[],{"summary":282,"deductions":283},"The \"blocks-everywhere\" plugin version 1.21.0 demonstrates a strong security posture based on the provided static analysis.  The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the potential attack surface.  Furthermore, the code exhibits excellent security practices with 100% of SQL queries using prepared statements and all identified outputs being properly escaped.  The lack of dangerous functions, file operations, external HTTP requests, and taint flows with unsanitized paths further bolsters its security.  The vulnerability history is also clean, with no recorded CVEs, indicating a history of responsible development or a lack of past exploitable issues.\n\nWhile the plugin appears very secure at a code level, the absence of any AJAX handlers, REST API routes, shortcodes, or cron events is unusual for a plugin that likely aims to provide significant functionality. This could indicate a very simple plugin or one that relies entirely on other mechanisms for its operation. The lack of any nonce checks, even where capability checks are present, could be a minor oversight, though with the current attack surface analysis showing zero entry points without authentication, the immediate risk is negligible. The overall impression is a plugin developed with security in mind, adhering to best practices in critical areas, with no immediate exploitable vulnerabilities identified.",[284],{"reason":285,"points":286},"No Nonce checks detected",3,"2026-03-16T21:51:56.165Z",{"wat":289,"direct":298},{"assetPaths":290,"generatorPatterns":293,"scriptPaths":294,"versionParams":295},[291,292],"\u002Fwp-content\u002Fplugins\u002Fblocks-everywhere\u002Fassets\u002Fcss\u002Fblocks-everywhere.css","\u002Fwp-content\u002Fplugins\u002Fblocks-everywhere\u002Fassets\u002Fjs\u002Fblocks-everywhere.js",[],[292],[296,297],"blocks-everywhere\u002Fassets\u002Fcss\u002Fblocks-everywhere.css?ver=","blocks-everywhere\u002Fassets\u002Fjs\u002Fblocks-everywhere.js?ver=",{"cssClasses":299,"htmlComments":300,"htmlAttributes":301,"restEndpoints":302,"jsGlobals":303,"shortcodeOutput":305},[],[],[],[],[304],"window.BlocksEverywhereEditor",[]]