开发者 | smilecomunicacion |
---|---|
更新时间 | 2025年6月12日 20:46 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
llms.txt
(text or JSON format).sitemap.xml
sitemap-images.xml
robots.txt
<details>
.[smile_contact_form]
to embed the form on any page or post.
smile-basic-web
plugin folder to your /wp-content/plugins/
directory.[smile_contact_form]
shortcode.A feature-rich plugin with a modular system for Contact Form, sitemaps, and email customization.
Navigate to the "Custom Fields" section under the "Contact Form" tab. Use the admin interface to add, edit, delete, and reorder fields.
If enabled, users receive an HTML email containing their submitted data, a custom message, your logo, and a link to your company.
Yes, go to "Customize" > "Email Preview" in the WordPress Customizer to see how the email will look.
Yes. You can enable privacy and legal notice checkboxes and add a marketing opt-in field with custom text.
This version introduces a dedicated “Sitemaps” tab where you can generate llms.txt, sitemap.xml, robots.txt, and images sitemap dynamically.
Yes. Scripts are injected only after the user gives consent, and only those matching accepted categories.
Yes. This plugin was built with GDPR and ePrivacy Directive in mind.
Absolutely. You can register any custom script in the admin panel, along with a name and purpose.
option_group
and option_page
in register_setting()
.SBWSCF_Tab_Manager
and SBWSCF_Tab_Interface
), allowing new features to be added without altering the plugin core.wp.i18n.__()
and connected it with wp_set_script_translations()
to enable translations via .po
files.uninstall.php
, cleaning up options, transients, cron jobs, and custom pages network-wide.sbwscf-customizer-email-preview
) is created and properly linked to the Customizer for live email preview.sitemap.xml
to prevent confusion and ensure each canonical URL appears only once.<lastmod>
timestamps in both sitemap.xml
and sitemap-images.xml
now include full ISO-8601 date and time for greater precision.