WP Manifestindependent plugin directory
manifest / builders / diviops-module-bridge

DiviOps Module Bridge

Superseded by github.com/rubicon/diviops (fork of the GPL diviops-agent). Archived: third-party Divi 5 module support moved from a companion bridge to namespace-agnostic gates in the fork.

by Dax Davis · github.com/rubicon/diviops-module-bridge · 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/rubicon/diviops-module-bridge/archive/refs/heads/main.zip

Declares an update source (https://github.com/rubicon/diviops-module-bridge), so updates arrive through the plugin's own updater.

From the readme

DiviOps Module Bridge A small WordPress plugin that lets DiviOps Agent read and write third-party Divi 5 modules. This plugin is built to be made obsolete. Everything it does would be better done inside DiviOps itself, and the upstream issue asks for exactly that. If the DiviOps author adds a single extension point, this repository collapses to roughly fifty lines. If they fix the namespace handling directly, it can be archived. Either outcome is a success. The problem DiviOps reads third-party modules perfectly well. Ask it for a page layout and it happily reports difl/faq:1 or d5bgo/bg-overlay:2. Hand that identifier straight back to moduleget or moduleupdate and it returns notfound. That asymmetry means the only way to edit a third-party module's attributes is to rebuild the raw block markup by hand and push it through sectionreplace. That is error-prone in a specific and expensive way: a page carrying hundreds of $variable({...})$ tokens can lose quote escapes during reconstruction, and DiviOps' own validator will then reject every later write to that page. Removing hand-reconstruction as a step is the entire point of this plugin. What it covers 121 declared block types

Read the full README on GitHub →

Releases

TagPublished
v0.1.0 Sep 2, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.