Plugin Update Hook Plugin Update Hook wordpress wordpress

Plugin Update Hook


Yes, upgrader_process_complete [see also: core reference] does that. Inspect the second parameter to know if it is a core, plugin or theme update; and if it is bulk or not.

add_action( 'upgrader_process_complete', function( $upgrader_object, $options ) {    // inspect $options}, 10, 2 );