< Back to API Documentation

PRC_Order->get_services_available

Returns the services selected in an order.

Example

$order = new PRC_Order( $photo_order_id );

$services_available = $order->get_services_available();

// Returns an array of strings like, ['HDR Twilight', 'Drone Footage', etc...]