Legendesque Game Central

[insert_php]
global $wpdb;
$page_title = wp_title(”);
$park = $wpdb->get_results(“SELECT * FROM wp_xvywdt_woocommerce_order_itemmeta where meta_id=109”);
var_dump($park);
if($park)
{
print_r($park); // because other than it being an object, I’m not exactly sure what’s returned.
}
[/insert_php]