Inventory_Presser_Admin_Customize_Dashboard::save_vehicle_post_meta( int $post_id, WP_Post $post, bool $is_update )
save_vehicle_post_meta
Contents
Description Description
Saves vehicle attributes into their corresponding post meta fields when the Save or Update button is clicked in the editor.
Parameters Parameters
- $post_id
-
(int) (Required)
- $post
-
(WP_Post) (Required)
- $is_update
-
(bool) (Required)
Return Return
(void)