Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
DataStore::save_actions( AutomatticWooCommerceAdminNotesNote $note )
Save actions to the database.
Description Description
This function clears old actions, then re-inserts new if any changes are found.
Parameters Parameters
- $note
-
(Required) Note object.
Return Return
(bool|void)
Source Source
File: packages/woocommerce-admin/src/Notes/DataStore.php