Last active
August 29, 2015 14:16
-
-
Save rali14/36691dc4145a39f1145d to your computer and use it in GitHub Desktop.
Jobify Edit Footer Copyright Text
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
add_filter( 'jobify_footer_copyright', 'jobify_custom_footer_text' ); | |
function jobify_custom_footer_text() { | |
return 'custom footer text here'; | |
} |
Hi, this should be fixed now, there was a minor typo in the code.
Sorry for the inconvenience!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
This don't work for me. This return an error, like the add_filter function does not exists.
I had to modified the footer.php in the child theme.