Blog / Category
Feature
3 posts in this category.
-
DesignSetGo and WPML: how multilingual sites read through the bridge
Read post →Multilingual WordPress is one of the messiest spots in the ecosystem. WPML, Polylang, TranslatePress all hook into posts.list differently. The bridge respects whatever the site uses, because it routes through WP’s own query layer.
-
Versioning and rollback: what happens when an app update breaks
Read post →A plugin update that breaks your site requires a backup restore and a coffee. A DesignSetGo app rollback is one CLI command and you are back in three seconds. Here is the model.
-
App secrets, the right way: why DesignSetGo never asks you to paste a key into your source
Read post →The first thing most AI plugins do is ask for your OpenAI key. DesignSetGo asks for nothing. The site already has a Connector with provider credentials; apps call dsgo.ai.prompt() and inherit them.