Support

Home Forums Event Espresso Premium How to remove tagline? Event Registration and Ticketing Powered by EE (2)

How to remove tagline? Event Registration and Ticketing Powered by EE (2)

Posted: January 8, 2013 at 4:56 pm


Sam Anderson

January 8, 2013 at 4:56 pm

Hi,

How can i remove the “Event Registration and Ticketing Powered by Event Espresso – 3.1.29.1P” thats taken over the admin page footer? I used to have a support link published here but since installing Event Espresso this new footer text has taken full control and replaced the existing text.

On the old forums someone had the same issue (https://eventespresso.com/forums/2012/03/how-to-remove-espresso-tagline-apearing-everywhere-in-admin/) but the code provided does not seem to work on my theme function page.

Any one have any possible suggestions?

Thanks,
Sam

  • This topic was modified 4 years, 1 month ago by  Garth.


Josh

  • Support Staff

January 8, 2013 at 5:11 pm

Here is the relevant code from the admin.php file:

function espresso_admin_footer() {
    echo 'Event Registration and Ticketing Powered by <a href="https://eventespresso.com/" title="Event Registration Powered by Event Espresso" target="_blank" rel="nofollow">' . EVENT_ESPRESSO_POWERED_BY . '</a>';
}

add_filter('admin_footer_text', 'espresso_admin_footer');

One way would be to remove that function like this:

remove_filter(‘admin_footer_text’, ‘espresso_admin_footer’);

The support post ‘How to remove tagline? Event Registration and Ticketing Powered by EE (2)’ 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