< Back to API Documentation

METHOD

PRC_Order->get_shoot_duration

Returns the shoot duration in minutes.

Example

$order = new PRC_Order( $photo_order_id );

$agent_full_name = $order->get_shoot_duration();

// Returns the shoot duration in minutes, like 120, 137, etc.