Warning: This method has been deprecated. Use invp_get_the_carfax_icon_html() instead.
Inventory_Presser_Vehicle::carfax_icon_html()
carfax_icon_html
Description Description
Outputs Carfax button HTML or empty string if the vehicle is not eligible or does not have a free report.
Return Return
(string) HTML that renders a Carfax button or empty string
Source Source
File: includes/class-vehicle.php
function carfax_icon_html() { return invp_get_the_carfax_icon_html( $this->post_ID ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |