Created
April 24, 2021 16:12
-
-
Save shahidmalla1337sm/c47bdd104596caddd8dc4eca78e238b5 to your computer and use it in GitHub Desktop.
Remove Powered by WHMCompleteSolution
This file contains 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
Edit your theme file footer.tpl | |
Past the code above the code of footer.tl. |
This file contains 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
<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