Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created July 5, 2024 16:57
Show Gist options
  • Save TanvirAmi/a400bf96c272f856513bbcb08705d576 to your computer and use it in GitHub Desktop.
Save TanvirAmi/a400bf96c272f856513bbcb08705d576 to your computer and use it in GitHub Desktop.
<?php
function custom_js(){?>
<script>
jQuery(document).ready(function($) {
$("#the-button").addClass("botiga-modal-trigger");
});
</script>
<?php
}
add_action('wp_head','custom_js');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment