Support

Home Forums Pre-Sales Footer Links

Footer Links

Posted: December 23, 2013 at 5:06 pm


Cliff Meyer

December 23, 2013 at 5:06 pm

Can you remove and or edit the footer links?
example: Event Registration and Ticketing Powered by Event Espresso


Josh

  • Support Staff

December 23, 2013 at 9:00 pm

Hi there,

Yes, the paid version of Event Espresso has an option to remove the footer links that get displayed on the registration page.

The Event Espresso branding in the WP admin’s footer can be removed by adding the following to your 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 ‘Footer Links’ 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