InspireBook Custom Footer

I’m trying to create a custom footer for InspireBook using the old rtpanel documentation found here:
https://rtcamp.com/rtpanel/docs/developer/customize-rtpanel-footer-information/

Adding: “remove_action( ‘rtp_hook_end_footer’, ‘rtp_footer_copyright_content’ );” to functions.php does not remove the old folder. Is there a new hook that needs to be removed?

Regards,
Jon

Hello Jon,

I just cross checked the hook and its working fine.

remove_action( 'rtp_hook_end_footer', 'rtp_footer_copyright_content' );

will remove footer copyright information from InspireBook. Try to add this code in the bottom of your functions.php file.

Let me know if it works for you.