| 开发者 | naiches |
|---|---|
| 更新时间 | 2026年6月1日 16:34 |
| PHP版本: | 8.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install via Plugins → Add New.If your theme already has a vehicle/occasion post type, select that. Otherwise, use the built-in "Mobilox Vehicle" type. You can change this at any time — existing vehicles will continue to work.
Use mobilox_get_vehicle( $post_id ) to get the full data object, or mobilox_get_field( 'field.name' ) for a single field. Field names match the Mobilox XML element names (e.g. general.make.name, powertrain.engine.power.pk).
By default, the endpoint is open (for easy setup). Go to Settings to add a secret token or HTTP Basic Auth credentials.