Warning: This method has been deprecated. Use invp_get_the_payment() instead.
Inventory_Presser_Vehicle::payment()
payment
Description Description
Returns the payment as a dollar amount except when it is zero or the vehicle is sold. Returns empty string if the payment is zero or the vehicle is sold.
Return Return
(string) The payment formatted as a dollar amount except when the payment is zero or the vehicle is sold
Source Source
File: includes/class-vehicle.php
function payment() { return invp_get_the_payment( $this->post_ID ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |