| 开发者 |
gandatechservices
ashishgurprit |
|---|---|
| 更新时间 | 2026年9月19日 22:05 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
src/ directory. Build tooling configuration is in vite.config.ts and vite.gutenberg.config.ts.
To regenerate the compiled assets from source:
pnpm install in the plugin rootpnpm build to produce build/supaco-content.js and build/supaco-content-gutenberg.jssupan-content folder to /wp-content/plugins/Up to 200 published posts and pages per analysis run.
Published post titles, content body text, and canonical URLs. No user data and no personally identifiable information.
Currently standard post and page types are analysed. Custom post type support is on the roadmap.
No. Analysis runs only when you trigger it in wp-admin. There are no frontend scripts and zero visitor-facing performance impact.
wp.editor instead of the deprecated wp.editPost. WordPress 6.6 moved them, and reading the old location logged a deprecation notice in the browser console on every post edit screen. WordPress 6.0–6.5 still works via a runtime fallback.wp-editor as a dependency so the panel loads correctly under 7.1's always-iframed post editor.