Support

Home Forums Event Espresso Premium Hiding EE footer

Hiding EE footer

Posted: December 6, 2013 at 9:12 am


TRT

December 6, 2013 at 9:12 am

Hello,

I would like to hide the EE footer from appearing on event registration and admin pages. How can I do so? Thanks!


Josh

  • Support Staff

December 6, 2013 at 8:54 pm

Hi there,

There is a setting in Event Espresso>General Settings that’s labeled:

Show a link to Event Espresso in your event pages?

You set that to No to remove it on the registration pages.

Removing it in the admin involves a little bit of coding.

Here’s something you can add to your the custom file add-on’s custom_functions.php file or in a custom snippet plugin

function my_remove_footer_text() {
	remove_filter( 'admin_footer_text', 'espresso_admin_footer' );
}
add_action( 'in_admin_footer', 'my_remove_footer_text' );

The support post ‘Hiding EE footer’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso