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
-
(Required)
- $post
-
(Required)
- $is_update
-
(Required)
Return Return
(void)
Source Source
File: includes/admin/class-admin-customize-dashboard.php
Expand full source code Collapse full source code View on Github