invp_get_the_engine_count( int|null $post_ID = null )
invp_get_the_engine_count
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
272 273 274 | function invp_get_the_engine_count( $post_ID = null ) { return INVP::get_meta( 'engine_count' , $post_ID ); } |
Expand full source codeCollapse full source codeView on Github