Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created September 10, 2016 18:10
Show Gist options
  • Save skyshab/710e2f39481e6d29cf0959894c56ca77 to your computer and use it in GitHub Desktop.
Save skyshab/710e2f39481e6d29cf0959894c56ca77 to your computer and use it in GitHub Desktop.
<?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