Warning: This method has been deprecated. Use invp_get_the_book_value() instead.
Inventory_Presser_Vehicle::get_book_value()
get_book_value
Description Description
Returns the higher of the two book value prices among NADA Guides and Kelley Blue Book.
Return Return
(int)
Source Source
File: includes/class-vehicle.php
function get_book_value() { return invp_get_the_book_value( $this->post_ID ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |