id );
// Refund Items.
edd_refund_details_items( $refund );
// Notes.
edd_refund_details_notes( $refund );
/**
* Allows further output after the Refund details.
*
* @since 3.0
*
* @param int $refund_id ID of the current Refund.
*/
do_action( 'edd_view_refund_details_main_after', $refund->id );
?>
id );
// Attributes.
edd_refund_details_attributes( $refund );
// Related Refunds.
edd_refund_details_related_refunds( $refund );
/**
* Allows further output after Refund sidebar content.
*
* @since 3.0
*
* @param int $refund_id ID of the current Refund.
*/
do_action( 'edd_view_refund_details_sidebar_after', $refund->id );
?>