Created
September 10, 2016 18:10
-
-
Save skyshab/710e2f39481e6d29cf0959894c56ca77 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
// override Divi's footer credits output | |
function et_get_footer_credits() | |
{ | |
$my_content = '<img href="/my/image/path/" />'; | |
return $my_content; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment