Skip to content

Instantly share code, notes, and snippets.

@akther80
Created December 8, 2023 11:36
Show Gist options
  • Save akther80/f4d5098f9ceec26613099ccf3a5f24ac to your computer and use it in GitHub Desktop.
Save akther80/f4d5098f9ceec26613099ccf3a5f24ac to your computer and use it in GitHub Desktop.
Cartzilla- Dokan live chat duplicate checkbox issue
function cartzilla_live_chat_setting() {
if( class_exists( 'Dokan_Pro' ) ) {
if( class_exists( 'WeDevs\DokanPro\Modules\LiveChat\VendorSettings' ) ) {
cartzilla_remove_class_action( 'dokan_settings_form_bottom', 'WeDevs\DokanPro\Modules\LiveChat\VendorSettings', 'dokan_live_chat_seller_settings', 15 );
}
}
}
add_action('init', 'cartzilla_live_chat_setting');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment