I’ll guess that $wpdb->specials
isn’t giving you what you expect. custom tables have to referenced like $wpdb->prefix . 'specials'
I’ll guess that $wpdb->specials
isn’t giving you what you expect. custom tables have to referenced like $wpdb->prefix . 'specials'