Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/09/2013, 18:01
Avatar de cuatrosoles
cuatrosoles
 
Fecha de Ingreso: junio-2009
Mensajes: 66
Antigüedad: 14 años, 10 meses
Puntos: 1
Respuesta: Bucle malefico. No logro hacerlo andar.

EDITO.
Hice un var_dump asi

Código PHP:
Ver original
  1. $order = new WC_Order(1277);
  2.             var_dump($order->get_items());

y me sale esto por pantalla:

Código PHP:
Ver original
  1. array(0) { }

Interpreto, vacio. La nada misma.