Joinchat cookieless
Anonymous
php
01/10/2024 2:06 PM
268 B
22
Indexable
// Joinchat cookieless
add_action( 'joinchat_enqueue_script', function() {
wp_add_inline_script( 'joinchat', 'jQuery(document).on("joinchat:starting",()=>{joinchat_obj.store.setItem=()=>{}});' );
});Editor is loading...
Leave a Comment