Inventory_Presser_Admin_Photo_Arranger::safe_update_post( WP_Post $post )
Removes our edit_post_{post-type}
hooks, calls wp_update_post()
, and re-adds the hooks.
Contents
Parameters Parameters
- $post
-
(Required) The post to update.
Return Return
(void)
Source Source
File: includes/admin/class-admin-photo-arranger.php
Expand full source code Collapse full source code View on Github