get_ms_pm_invoice_formatted_due_date
The Membership 2 get ms pm invoice formatted due date function.
Description
get_ms_pm_invoice_formatted_due_date();
Usage
if ( !function_exists( 'get_ms_pm_invoice_formatted_due_date' ) ) { require_once ABSPATH . PLUGINDIR . 'membership-2/app/template/template-tags.php'; } // NOTICE! Understand what this does before running. $result = get_ms_pm_invoice_formatted_due_date();
Defined (1)
The function is defined in the following location(s).
- /app/template/template-tags.php
- function get_ms_pm_invoice_formatted_due_date() {
- return MS_Helper_Template::$ms_front_payment['invoice_formatted_due_date'];
- }