Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
How to remove tagline? Event Registration and Ticketing Powered by Event Espress | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium How to remove tagline? Event Registration and Ticketing Powered by Event Espress

How to remove tagline? Event Registration and Ticketing Powered by Event Espress

Posted: January 8, 2013 at 4:56 pm

Viewing 1 reply thread


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 (http://staging.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


Josh

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="http://staging.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’);

Viewing 1 reply thread

The support post ‘How to remove tagline? Event Registration and Ticketing Powered by Event Espress’ 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 - Staging Server