wpeventmanager / wp-event-manager

WP Event Manager is a lightweight, scalable and full-featured event management plugin for adding event listing functionality to your WordPress site. The shortcode lists all the events, it can work with any theme and is really easy to setup and customise.
https://wp-eventmanager.com
34 stars 50 forks source link

Incorrect slug being created when the event is submitted from the front end #1675

Closed mistry-jignesh closed 5 months ago

mistry-jignesh commented 5 months ago

Incorrect slug being created when the event is submitted from the front end. When an event is submitted from the front end (let us call the event 'Test Event' and the organiser selects an Event Type (for example say the Event Type is 'Teenagers') the permalink slug gets created as follows https://events4kids.co.uk/teenagers-test-evet/ This is not correct. The permalink should look like this: https://events4kids.co.uk/test-evet/ The permalink is created correctly if the event is submitted from the back end.

mistry-jignesh commented 5 months ago

I have verified this issue. Now slug name is created right when an event is submitted from the frontend. So I closed the issue.