Action Reference: geodir_invoice_detail_after_page_content

Summary

Called after the page content of a payment invoice detail template page.

Parameters

$invoice_id
(int) (required) Current payment invoice id.

Default: None

See

‘geodir_invoice_detail_before_page_content’

Change Log

Since: 1.2.6

Used by

geodir-payment-templates/invoice.php: [Line: 61]

Source Code

		do_action('geodir_invoice_detail_after_page_content', $invoice_id);