Created
July 5, 2024 16:49
-
-
Save TanvirAmi/4c49920647da4187aa053ba3496e7a6b to your computer and use it in GitHub Desktop.
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
<?php | |
function new_btn_class(){ | |
return "botiga-modal-trigger"; | |
} | |
add_filter('botiga_button_class', 'new_btn_class'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment