invp_get_the_condition_boat( int|null $post_ID = null )
Template tag. Returns the condition of the boat, usually “Excellent” or “Good”.
Parameters Parameters
- $post_ID
-
(int|null) (Optional) The post ID of a vehicle. Must be passed when using this method outside the loop.
Default value: null
Return Return
(string)
Source Source
File: includes/template-tags.php
} /** * invp_get_the_down_payment * * @param int|null $post_ID The post ID of a vehicle. Must be passed when using this method outside the loop.
Expand full source codeCollapse full source codeView on Github