prefix . 'roi_theme_component_settings'; echo "=== CTA-BOX-SIDEBAR CONTENT (ACTUAL) ===\n"; $rows = $wpdb->get_results( "SELECT attribute_name, attribute_value FROM {$table} WHERE component_name = 'cta-box-sidebar' AND group_name = 'content' ORDER BY attribute_name" ); foreach ($rows as $row) { echo "{$row->attribute_name}: [{$row->attribute_value}]\n"; }