Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
public_html
/
wp-content
/
plugins
/
whatsapp-for-wordpress
/
assets
/
js
/
📝 Editing: 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"); });
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/public_html/wp-content/plugins/whatsapp-for-wordpress/assets/js