Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active August 29, 2015 14:16
Show Gist options
  • Save rali14/36691dc4145a39f1145d to your computer and use it in GitHub Desktop.
Save rali14/36691dc4145a39f1145d to your computer and use it in GitHub Desktop.
Jobify Edit Footer Copyright Text
add_filter( 'jobify_footer_copyright', 'jobify_custom_footer_text' );
function jobify_custom_footer_text() {
return 'custom footer text here';
}
@juanopeth
Copy link

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.

@rali14
Copy link
Author

rali14 commented Mar 13, 2015

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