diff --git a/templates/history-donations.php b/templates/history-donations.php index 600af9cbb7..fa966027a7 100644 --- a/templates/history-donations.php +++ b/templates/history-donations.php @@ -65,7 +65,23 @@ #ID ); ?> ID ) ) ); ?> - ID ), array( 'sanitize' => false ) ) ); ?> + + ID ), array( 'sanitize' => false ) ) ); + + /** + * Filters the donation amount on Donation History Page. + * + * @param int $donation_amount Donation Amount. + * @param int $post->ID Donation ID. + * + * @since 1.8.13 + * + * @return int + */ + echo apply_filters( 'give_donation_history_row_amount', $donation_amount, $post->ID ); + ?> +