Skip to content

Instantly share code, notes, and snippets.

@mdibrahimk48
Created May 3, 2023 10:06
Show Gist options
  • Save mdibrahimk48/c7adff191b9386dfc29f8da4e263effd to your computer and use it in GitHub Desktop.
Save mdibrahimk48/c7adff191b9386dfc29f8da4e263effd to your computer and use it in GitHub Desktop.
<?php
function codeastrology_custom_scripts() {
?>
<script type="text/javascript">
jQuery(document).ready(function($) {
//Will click on the ".ct-decrease" class
$(".ct-decrease").click();
});
</script>
<?php
}
add_action( 'wp_footer', 'codeastrology_custom_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment