开发者 | modovisa |
---|---|
更新时间 | 2025年10月7日 15:36 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<head>
(optional defer
).wp-admin
.wp_register_script
/wp_enqueue_script
) and standard attributes.Yes. The plugin enqueues a normal <script>
in the document head. Popular optimizers are gently instructed to not combine or delay the Modovisa script.
No. The script is only enqueued on the front-end.
defer
?Yes—there’s a toggle on the settings page.
Turn Enable tracking off or deactivate the plugin.
Use your consent tool to gate the Modovisa script. Only load it after consent is granted.
wp_enqueue_scripts
with proper attributes per review feedback.MissingVersion
warnings).