invp_get_the_stock_number( int|null $post_ID = null )
invp_get_the_stock_number
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
(void)
Source Source
File: includes/template-tags.php
/** * The price display type is something beyond what this * plugin supports. Allow the value to be filtered. */ return apply_filters( 'invp_price_display', $zero_string, $settings['price_display'], $post_ID ); }
Expand full source code Collapse full source code View on Github