Footer Copyright
-
Hi, I’m trying to remove the affiliate/copyright links in the footer.
The below code that has been suggested doesn’t seem to work:
function unhook_functions() {
remove_action( ‘fullframe_footer’,’fullframe_get_footer_content’,110);
}
add_action( ‘init’, ‘unhook_functions’ );Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Footer Copyright’ is closed to new replies.