Skip to content

Instantly share code, notes, and snippets.

@shahidmalla1337sm
Created April 24, 2021 16:12
Show Gist options
  • Save shahidmalla1337sm/c47bdd104596caddd8dc4eca78e238b5 to your computer and use it in GitHub Desktop.
Save shahidmalla1337sm/c47bdd104596caddd8dc4eca78e238b5 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