This hook fires when the item is being updated / saved to the database.


/**
 * @param $inventory_id
 * @param $data
 */
function my_wpim_save_item($inventory_id, $data) {
    // Do whatever you want from here.  Such as sending to another table, update the owner of the item via an email, etc.
}

add_action( 'wpim_save_item', 'my_wpim_save_item', 10, 2 );

Reviews on WordPress.org

Trusted by thousands of businesses

★★★★★

"Created an online museum for my club. Really impressive plugin. Support was responsive and helpful."

@hackrepair

★★★★★

"Excellent, clean, simple inventory management. Well structured code — use it right away or customize it to your liking."

@techlocally

★★★★★

"We purchased the entire suite. Installation was easy, small issues were fixed immediately, and the guidance during setup was invaluable."

@design4dotcom

★★★★★

"Plugin support was helpful and rapid. Highest mark."

@drgar

★★★★★

"Great support. Very thorough when looking for a solution, and upfront with exactly how to fix it or institute a workaround."

@shoidahl

★★★★★

"I used this plugin and eventually hired the developers for all my WordPress work. Responsive, competent, and clean code. Would recommend to anyone."

@justenhong