expira
$meta_query = array( 'relation' => 'AND', array( 'key' => '_expiration-date', 'value' => '$corte', 'compare' => '<', 'type' => 'TIME', ), array( 'key' => '_expiration-date', 'value' => '$hoy', 'compare' => '>', ), );
$meta_query = array( 'relation' => 'AND', array( 'key' => '_expiration-date', 'value' => '$corte', 'compare' => '<', 'type' => 'TIME', ), array( 'key' => '_expiration-date', 'value' => '$hoy', 'compare' => '>', ), );