Warning: This method has been deprecated. Use invp_get_the_options() instead.
Inventory_Presser_Vehicle::options_array()
options_array
Description Description
Returns an array of vehicle option strings
Return Return
(array) An array of this vehicle's options
Source Source
File: includes/class-vehicle.php
public function options_array() { return invp_get_the_options( $this->post_ID ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |