PRC_Order->get_photographer_checklist_items
Returns a list of checklist items for the photographer of an order.
Example
$order = new PRC_Order( $photo_order_id );
$checklist_items = $order->get_photographer_checklist_items();
// $checklist_items is an array of strings like so: ['Turn off lights', etc.]
