Support

Home Forums Event Espresso Premium REMOVE Online event registration and ticketing powered by Event Espresso -ADMIN

REMOVE Online event registration and ticketing powered by Event Espresso -ADMIN

Posted: September 25, 2017 at 10:50 am

Viewing 4 reply threads


Eleven8s

September 25, 2017 at 10:50 am

How do you remove the footer text…
“Online event registration and ticketing powered by Event Espresso – 4.9.46.p” from the bottom left of the ADMIN DASHBOARD? I have done the General Settings and selected NO.
I want it removed from the admin backend as i am white labeling the backend for a client.
Thank you!


Josh

  • Support Staff

September 25, 2017 at 10:54 am

Hi there,

You’ll add the following code to your website:

add_filter( 'admin_footer_text', 'ee_remove_admin_footer_text', 11 ); 
function ee_remove_admin_footer_text() {
    remove_filter( 'admin_footer_text', array( 'EE_Admin', 'espresso_admin_footer' ), 10 );
}


Eleven8s

September 25, 2017 at 10:57 am

in the functions.php file?


Eleven8s

September 25, 2017 at 11:00 am

got it! Thanks!


Josh

  • Support Staff

September 25, 2017 at 12:11 pm

You can add the above code to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 4 reply threads

The support post ‘REMOVE Online event registration and ticketing powered by Event Espresso -ADMIN’ 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