• Hi

    My client is using mail v3.2.9 and I’m investigating some HTML page optimisation. As part of my analysis, I see the “sdk-loader.js” is enqueued on every front-end page. We need to have the ability to switch this off for pages that don’t need it (i.e. all pages except those with the contact form). A PHP filter that returns true|false would be fine.

    More importantly, when logged-in to the site I’m seeing my email address embedded in the HTML, along with the service_worker_url even though web push is switched off. I don’t like seeing my email address rendered in the HTML body.

    In short – if we can dynamically switch off the install_ma_script script with a filter, that would be a start.

    For now, we will dequeue the install_ma_script function from wp_head on non-brevo pages with our own snippet.

    Paul

You must be logged in to reply to this topic.