I know an entry has been submitted but it is not displaying in the back-end. I want to check if the entry was stored in the database. What table are the entries stored?
I know an entry has been submitted but it is not displaying in the back-end. I want to check if the entry was stored in the database. What table are the entries stored?
You can check the database in these tables:
{$wpdb->prefix}rg_lead
{$wpdb->prefix}rg_lead_detail
{$wpdb->prefix}rg_lead_detail_long
Start with the rg_lead table.