| 开发者 | bitbetrieb |
|---|---|
| 更新时间 | 2026年5月12日 14:53 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. All landing pages are delivered dynamically as virtual pages.
Yes. The plugin is designed to handle large CSV files. Depending on your hosting environment, PHP limits may need to be adjusted.
The admin interface is currently in German. Translation support is planned for a future release.
No. The plugin supports the technical delivery of content, but it does not replace a content or SEO strategy.
readfile() and parse_url() with WP-API equivalents (WP_Filesystem::get_contents() / wp_parse_url()).$_SERVER['REQUEST_URI'] is now sanitized via esc_url_raw( wp_unslash( … ) ) before parsing.load_plugin_textdomain() call (unnecessary since WordPress 4.6 for plugins hosted on WordPress.org).$GLOBALS['cpg_current_virtual_page'] → bbcpg_current_virtual_page).wp_kses_post() for the_title, esc_html() for pre_get_document_title / wpseo_title, esc_attr() for wpseo_metadesc). Closes the unescaped-callback-return finding from the WordPress.org plugin review.{{internal_links}} section. Each virtual page can be set to "List" (default), "Inline text", or "Hidden" via the Virtual Pages admin table. Prevents link-farm appearance when managing large numbers of thematically similar pages.