/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*--------------------------------------------------*/ /* edit footer-footer */ /*--------------------------------------------------*/ remove_action('thesis_hook_footer', 'thesis_attribution'); function copyright() { } add_action('thesis_hook_footer', 'copyright', '99');