| 开发者 |
wpbits
kyguney |
|---|---|
| 更新时间 | 2026年7月12日 17:01 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/wpbits-block-studio directory, or install the plugin through the WordPress plugins screen directly.Basic understanding of WordPress blocks is helpful, but the visual interface makes it easy to create blocks without extensive coding knowledge. The plugin generates all the necessary code for you.
Yes. You can update block configuration in the plugin interface, regenerate files, or edit generated project files externally with your own editor, FTP, or local development workflow.
Static blocks save their output directly to the post content using JavaScript's save function. Dynamic blocks render on the server side using the generated Twig template, which is better for content that changes frequently.
Yes. WPBits Block Studio generates template.twig files and renders them through the plugin runtime. Edit those generated files outside wp-admin using your normal development tools.
Yes. The free version generates block files in the plugin-managed output directory. Pro can generate to a custom output directory.
Yes! The plugin is fully compatible with both classic and block themes.
Yes, you can import compatible generated block files and regenerate them.
The free version supports block configuration export. The separate Pro version adds standalone plugin export.
Auto-sync monitors generated block files edited outside wp-admin and compares them with the saved block definitions. It detects new or changed generated files so you can keep the file workflow and block configuration in sync.