Inventory_Presser_Plugin::save_vehicle_post_meta( int $post_id, WP_Post $post, bool $is_update )
Saves vehicle attributes into their corresponding post meta fields when the Save or Update button is clicked in the editor.
Contents
Parameters Parameters
- $post_id
-
(Required)
- $post
-
(Required)
- $is_update
-
(Required)
Return Return
(void)
Source Source
File: inventory-presser.php
Expand full source code Collapse full source code View on Github