Thesis: Remove Attribution Link from the Footer


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // Remove thesis attribution link
  2. remove_action('thesis_hook_footer', 'thesis_attribution');

Report this snippet


Comments


You need to login to view comments.