Skip to content

Instantly share code, notes, and snippets.

@samazgor
Forked from shahidmalla1337sm/paste.js
Created May 15, 2024 06:59
Show Gist options
  • Save samazgor/0985e018645c43d75cfb9435e234b558 to your computer and use it in GitHub Desktop.
Save samazgor/0985e018645c43d75cfb9435e234b558 to your computer and use it in GitHub Desktop.
Remove Powered by WHMCompleteSolution
Edit your theme file footer.tpl
Past the code above the code of footer.tl.
<script>
if ($("p:contains('Powered by')").length) {
$("p:contains('Powered by')").hide();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment