Created
December 8, 2023 11:36
-
-
Save akther80/f4d5098f9ceec26613099ccf3a5f24ac to your computer and use it in GitHub Desktop.
Cartzilla- Dokan live chat duplicate checkbox issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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