Secure Custom Module Builder (SCMB)
Build custom Gutenberg blocks with a visual interface - like HubSpot modules for WordPress
by Claud Chan · github.com/claudchan/secure-custom-module-builder · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/claudchan/secure-custom-module-builder/archive/refs/heads/main.zipDeclares an update source (https://github.com/claudchan/secure-custom-module-builder), so updates arrive through the plugin's own updater.
From the readme
Secure Custom Module Builder (SCMB)
Build custom Gutenberg blocks with a visual interface - like HubSpot modules for WordPress
Description
This plugin provides a secure framework for developers to create custom modules without relying on bulky third-party page builders. It enforces strict data validation and uses nonces for enhanced security.
Installation
A. Manual Installation (The Developer Way)
1. Download the latest release ZIP file.
2. Unzip the file.
3. Upload the secure-custom-module-builder folder to the /wp-content/plugins/ directory.
4. Activate the plugin through the 'Plugins' menu in WordPress.
B. Git Clone (Recommended for Contribution)
1. Navigate to your WordPress installation's plugins directory:
cd /path/to/wp-content/plugins/
2. Clone the repository:
git clone https://github.com/YOURUSERNAME/secure-custom-module-builder.git
3. Activate the plugin through the 'Plugins' menu in WordPress.
Usage
Once activated, where do you find the plugin settings or functionality?
Example 1: Navigate to Settings Custom Module Builder to configure global options.
Example 2: Use the shortcode [scmbshowmodule id="1"] to display a module.
Changelog
1.0.25
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.25 | Aug 12, 2026 |
| v1.0.24 | Aug 12, 2026 |
| v1.0.23 | Aug 12, 2026 |
| v1.0.22 | Aug 11, 2026 |
| v1.0.21 | Aug 11, 2026 |
| v1.0.20 | Aug 1, 2026 |
| v1.0.19 | Jul 26, 2026 |
| v1.0.18 | Jul 22, 2026 |
| v1.0.17 | Jun 13, 2026 |
| v1.0.16 | May 30, 2026 |
| v1.0.15 | May 30, 2026 |
| v1.0.14 | May 29, 2026 |
| v1.0.13 | May 27, 2026 |
| v1.0.12 | May 20, 2026 |
| v1.0.11 | May 19, 2026 |
| v1.0.10 | May 19, 2026 |
| v1.0.9 | May 18, 2026 |
| v1.0.8 | May 18, 2026 |
| v1.0.7 | May 16, 2026 |
| v1.0.6 | May 16, 2026 |
| v1.0.5 | May 16, 2026 |
| v1.0.4 | May 16, 2026 |
| v1.0.3 | May 16, 2026 |
| v1.0.2 | May 16, 2026 |
| v1.0.1 | May 16, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.