Events Table query
-
Hi guys,
I don’t understand why some events are not displayed in backend table:
here a screenshot -> https://www.dayroma.it/wp-content/uploads/2016/04/ev.jpgThe count is correct, as you can see in the picture(I have 13 events in events table): I think that event published count is done through a select like this
SELECT * FROM SqE_posts WHERE post_type=’event’` in the WP posts table.Instead, I think that events list table in backend is filled through events.php file that is in /wp-content/plugins/events-manager/templates/tables, but I don’t understand in detail.
There’s a cycle with
foreach ( $EM_Events as $EM_Event ) { }but I don’t understand which query fills the $EM_Events array.
I really need to understand the way events are retrieve from DB because some events are not visible in backend, so I think they are not selected from em_events table.
Thank you for my strange request 🙂
PS: I tried to disable all plugin, same result.
The topic ‘Events Table query’ is closed to new replies.