HEX
Server: LiteSpeed
System: Linux 112.webhostingindonesia.co.id 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User: iyfwylsv (10313)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/lotushomemade.com/httpdocs/wp-content/plugins/whatsapp-for-wordpress/assets/js/dokan.js
"use strict";
jQuery(document).ready(function () {
  let waAllow = window.displayWADokan.whatsappId;
  jQuery(".single-product .wa__widget_container#wa").remove();
  jQuery(".dokan-store .wa__widget_container#wa").remove();
  jQuery(".nta-woo-products-button .nta_wa_button").each(function (index) {
    if (jQuery(this).attr("data-id") != waAllow) {
      jQuery(this).parent().remove();
    }
  });
  jQuery(".nta-woo-products-button").css("display", "block");
});