Why is the copyright from functions? How to remove it?
-
Dear team,
The theme is great for any kind of website, but how can I remove the copyright options from the footer? I tried removing the action call but wasn’t able to do so, can you help me with it?
add_action( 'init', 'remove_copyright_action'); function remove_copyright_action() { remove_action( "greenlet_after_footer_0_columns", 'greenlet_footer_text', 9); }
This is a business website, having copyrights will not look good. Hope you understand
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Why is the copyright from functions? How to remove it?’ is closed to new replies.