As EE events are not currently true Customn Post Types, those filters wont work.
One way is to edit the registration_page_display.php file.
On line 46 approx you will see
<pre class=”brush: php; gutter: true; first-line: 1; highlight: []; html-script: false”><?php echo espresso_format_content($event_desc); //Code to show the actual description. The WordPress function "wpautop" adds formatting to your description. ?>
The function there uses wp_autop to format the content. If you want to see just the raw text with no auto formatting, you can change it to
The support post ‘Auto tags in events 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.
Support forum for Event Espresso 3 and Event Espresso 4.