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
Hiding EE footer | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Hiding EE footer

Hiding EE footer

Posted: December 6, 2013 at 9:12 am

Viewing 1 reply thread


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

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' );
Viewing 1 reply thread

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 - Staging Server