{"id":277386,"date":"2026-02-01T16:29:58","date_gmt":"2026-02-01T16:29:58","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/blocdash-backend-dashboard-toolkit\/"},"modified":"2026-02-01T16:32:19","modified_gmt":"2026-02-01T16:32:19","slug":"blocdash-backend-dashboard-toolkit","status":"publish","type":"plugin","link":"https:\/\/cl.wordpress.org\/plugins\/blocdash-backend-dashboard-toolkit\/","author":23435484,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.1","stable_tag":"1.0.1","tested":"6.9.4","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"Blocdash - Backend Dashboard Toolkit","header_author":"DigitalDive","header_description":"Unopinionated dashboard toolkit with announcements, forms, and authentication helpers for block themes.","assets_banners_color":"e5e5e4","last_updated":"2026-02-01 16:32:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/digitaldive.pro","rating":0,"author_block_rating":0,"active_installs":0,"downloads":161,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"digitaldive","date":"2026-02-01 16:32:19"},"1.1.0":{"tag":"1.1.0","author":"digitaldive","date":"2026-02-23 02:17:49"}},"upgrade_notice":{"1.0.1":"<p>Security and compliance updates (sanitization\/escaping, i18n domain alignment, and external services documentation).<\/p>","1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3451485,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3451485,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.1.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[7557,1220,434,602,2059],"plugin_category":[38],"plugin_contributors":[254296],"plugin_business_model":[],"class_list":["post-277386","plugin","type-plugin","status-publish","hentry","plugin_tags-announcements","plugin_tags-block","plugin_tags-dashboard","plugin_tags-login","plugin_tags-register","plugin_category-authentication","plugin_contributors-digitaldive","plugin_committers-digitaldive"],"banners":{"banner":"https:\/\/ps.w.org\/blocdash-backend-dashboard-toolkit\/assets\/banner-772x250.png?rev=3451485","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/blocdash-backend-dashboard-toolkit\/assets\/icon-128x128.png?rev=3451485","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Blocdash is a modular dashboard framework for WordPress block themes. Enable only the features you need and control access by role. It includes frontend login\/register\/profile forms, an announcements feed with likes and replies, and optional Google OAuth login.<\/p>\n\n<h3>External services<\/h3>\n\n<p>This plugin can connect to Google services when the optional Google Login and\/or One Tap features are enabled.<\/p>\n\n<p>Service: Google OAuth \/ Google Identity Services (One Tap)<br \/>\nWhat it is used for: Allow users to authenticate with their Google account on the front-end login flow.<br \/>\nWhat data is sent and when:\n- When a user initiates Google Login or One Tap, their browser loads Google\u2019s Identity Services script and is directed to Google for authentication.\n- The site sends the OAuth authorization code, client ID, and client secret to Google\u2019s token endpoint to obtain an access token.\n- The access token is then sent to Google\u2019s userinfo endpoint to retrieve the user\u2019s profile details (such as email address, name, and Google user ID) required to sign them in or create a WordPress account.<\/p>\n\n<p>Terms of service: https:\/\/policies.google.com\/terms<br \/>\nPrivacy policy: https:\/\/policies.google.com\/privacy<\/p>\n\n<h3>Privacy<\/h3>\n\n<p>If Google Login or One Tap is enabled, the plugin sends requests to Google OAuth endpoints to authenticate users. No other external services are contacted by default.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate Blocdash in the Plugins menu.<\/li>\n<li>Visit the Blocdash admin hub to enable modules and configure settings.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20blocdash%20create%20pages%20automatically%3F\"><h3>Does Blocdash create pages automatically?<\/h3><\/dt>\n<dd><p>Yes. On activation it can create Dashboard, Login, Register, and Profile pages. You can disable this via the <code>blocdash_create_default_pages<\/code> filter.<\/p><\/dd>\n<dt id=\"can%20i%20disable%20modules%3F\"><h3>Can I disable modules?<\/h3><\/dt>\n<dd><p>Yes. Use the Modules tab in the admin hub to enable or disable each feature.<\/p><\/dd>\n<dt id=\"how%20do%20i%20enable%20account%20deletion%20from%20the%20profile%20editor%3F\"><h3>How do I enable account deletion from the profile editor?<\/h3><\/dt>\n<dd><p>Go to Blocdash \u2192 Register Form \u2192 Account Management and enable \"Allow users to delete their own account.\" The delete option appears in the profile editor for non-admin users.<\/p><\/dd>\n<dt id=\"how%20do%20i%20enable%20reply%20badges%20and%20reply%20deletion%3F\"><h3>How do I enable reply badges and reply deletion?<\/h3><\/dt>\n<dd><p>Enable replies in Blocdash \u2192 General \u2192 Announcements, then toggle \"Allow users to delete their own replies.\" Badges appear when new replies are posted since your last visit.<\/p><\/dd>\n<dt id=\"can%20admins%20delete%20their%20own%20accounts%20or%20reassign%20posts%20on%20delete%3F\"><h3>Can admins delete their own accounts or reassign posts on delete?<\/h3><\/dt>\n<dd><p>Yes. Use the filters below in a custom plugin or your theme's <code>functions.php<\/code>:<\/p>\n\n<pre><code>`\n<\/code><\/pre>\n\n<p>add_filter( 'blocdash_allow_admin_account_delete', '__return_true' );\nadd_filter( 'blocdash_account_delete_reassign', function( $reassign_id, $user_id ) {\n    return 1; \/\/ Reassign posts to user ID 1.\n}, 10, 2 );\n    `<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Security: sanitize password reset inputs and escape announcement author output.<\/li>\n<li>Security: fix JS-context encoding for Google One Tap login URI.<\/li>\n<li>I18n: align text domain with plugin slug across PHP and block registration.<\/li>\n<li>Docs: document Google external services usage.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Blocdash provides a modular frontend dashboard with announcements, login\/register\/profile forms, and optional Google login for block themes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/277386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=277386"}],"author":[{"embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/digitaldive"}],"wp:attachment":[{"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=277386"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=277386"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=277386"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=277386"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=277386"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=277386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}