| 开发者 | jisanewebmarketing |
|---|---|
| 更新时间 | 2026年5月28日 07:42 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ewebmarketing-llm-summariser directory, or install the plugin through the WordPress plugins screen directly.To prevent cluttering your static pages (like Contact Us or Privacy Policy), this plugin is currently designed to strictly display on standard blog Posts.
Yes — every prompt is fully editable per LLM in the settings panel. Write in any language and any tone of voice to suit your audience, and use the {url} and {sitename} placeholders to inject the current page link and your site name into the prompt at runtime.
Some AI platforms, like Claude, have strict Prompt Injection and Cross-Site Scripting (XSS) protections. When a URL contains a pre-filled prompt, they may show a security banner to ensure the user actually intends to run the prompt.
currentColor so they always match your theme.show_labels value to the equivalent new mode on first load — no settings get lost.aria-label for screen readers; visible text continues to provide the accessible name in the other two modes.wp_kses() safelist (only the exact SVG subset the plugin produces is permitted — no script, style, or event-handler attributes).ewebmarketing.au domain.sanitize_html_class() before being interpolated into any CSS selector.sanitize_hex_color() at output time (escape-late) before being injected into inline CSS, eliminating any possibility of CSS breakout from a corrupted option.esc_html(), esc_attr(), esc_url(), esc_textarea(), wp_kses_post(), wp_strip_all_tags()), in line with "escape-late" best practice.ewebllsu_ / EWEBLLSU_ prefix (class, methods, option name, settings group, hooks, constants, script/style handles, CSS classes) to avoid collisions with other plugins/themes.emls_settings to ewebllsu_settings; settings group renamed to ewebllsu_settings_group.sanitize_options() so only known keys are ever written to the database.ewebmarketing-llm-summariser text domain.wp_register_style() to prevent frontend and admin caching issues.