Code
- functions.php ➔ give_get_payments()
- functions.php ➔ give_insert_payment()
- functions.php ➔ give_create_payment()
- functions.php ➔ give_update_payment_status()
- functions.php ➔ give_delete_donation()
- functions.php ➔ give_undo_donation()
- functions.php ➔ give_check_for_existing_payment()
- functions.php ➔ give_get_payment_status()
- functions.php ➔ give_get_payment_statuses()
- functions.php ➔ give_get_payment_status_keys()
- functions.php ➔ give_is_payment_complete()
- functions.php ➔ give_get_total_donations()
- functions.php ➔ give_get_total_earnings()
- functions.php ➔ give_increase_total_earnings()
- functions.php ➔ give_decrease_total_earnings()
- functions.php ➔ give_get_payment_meta()
- functions.php ➔ give_update_payment_meta()
- functions.php ➔ give_get_payment_meta_user_info()
- functions.php ➔ give_get_payment_form_id()
- functions.php ➔ give_get_payment_user_email()
- functions.php ➔ give_is_guest_payment()
- functions.php ➔ give_get_payment_user_id()
- functions.php ➔ give_get_payment_donor_id()
- functions.php ➔ give_get_payment_user_ip()
- functions.php ➔ give_get_payment_completed_date()
- functions.php ➔ give_get_payment_gateway()
- functions.php ➔ give_get_payment_currency_code()
- functions.php ➔ give_get_payment_currency()
- functions.php ➔ give_get_payment_key()
- functions.php ➔ give_get_payment_number()
- functions.php ➔ give_format_payment_number()
- functions.php ➔ give_get_next_payment_number()
- functions.php ➔ give_remove_payment_prefix_postfix()
- functions.php ➔ give_payment_amount()
- functions.php ➔ give_get_payment_amount()
- functions.php ➔ give_payment_subtotal()
- functions.php ➔ give_get_payment_subtotal()
- functions.php ➔ give_get_payment_transaction_id()
- functions.php ➔ give_set_payment_transaction_id()
- functions.php ➔ give_get_payment_notes()
- functions.php ➔ give_insert_payment_note()
- functions.php ➔ give_delete_payment_note()
- functions.php ➔ give_get_payment_note_html()
- functions.php ➔ give_hide_payment_notes()
- functions.php ➔ give_hide_payment_notes_pre_41()
- functions.php ➔ give_hide_payment_notes_from_feeds()
- functions.php ➔ give_remove_payment_notes_in_comment_counts()
- functions.php ➔ give_filter_where_older_than_week()
- functions.php ➔ give_get_payment_form_title()
- functions.php ➔ give_get_price_id()
- functions.php ➔ give_get_form_dropdown()
- functions.php ➔ give_get_form_variable_price_dropdown()
- functions.php ➔ give_get_payment_meta_price_id()
- functions.php ➔ give_get_payment_by()
- functions.php ➔ give_count_payments()
- functions.php ➔ give_get_earnings_by_date()
- functions.php ➔ give_get_sales_by_date()
- functions.php ➔ give_get_purchase_id_by_key()
- functions.php ➔ give_get_purchase_id_by_transaction_id()

Loading history...
Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.