Support

Home Forums Event Espresso Premium How can I show event description on registration page.

How can I show event description on registration page.

Posted: February 10, 2015 at 11:30 pm

Viewing 1 reply thread


mhackman

February 10, 2015 at 11:30 pm

I want to show event description on the registration page without making changes in the core EE4 Plugin file as you can see in image:
https://www.dropbox.com/s/i4pgr9pfheoud2r/Capture.PNG?dl=0

Currently I have been able to show some static text using this code in funtion.php

add_filter (‘FHEE__registration_page_attendee_information__attendee_information_pg’, ‘registration_attendee_information_page_hook’);

function registration_attendee_information_page_hook($slug, $post_type)
{
echo ‘Some static text’;

}


Sidney Harrell

February 12, 2015 at 9:27 pm

Is it just a matter of wanting another filter that you could use to place the text where you want it? You might want to get developer access to our github repo here: https://eventespresso.com/developers/ so that you can place the filter where you think it would be appropriate, and just send us a pull request. That way, your outside code can continue to use the filter, and it will automagically show up in a core update one day. (you might have to keep adding it back into core for a couple updates, support cannot gauruntee anything from our devs or buisness associates, etc)

Viewing 1 reply thread

The support post ‘How can I show event description on registration page.’ 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