invp_get_the_beam( int|null $post_ID = null )
Template tag. Boat field. A boat’s width at its widest point.
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
(double)
Source Source
File: includes/template-tags.php
/** * Template tag. Returns a string like "Sedan" or "Sport Utility Vehicle." * * @param int|null $post_ID The post ID of a vehicle. Must be passed when using this method outside the loop. * @return string
Expand full source codeCollapse full source codeView on Github