1c1p68
function wpmautic_send(){ if ('undefined' === typeof mt) { if (console !== undefined) { console.warn('WPMautic: mt not defined. Did you load mtc.js ?'); } return false; } // Add the mt('send', 'pageview') script with optional tracking attributes. mt('send', 'pageview'); }