automatic_updates_complete

automatic_updates_complete

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('automatic_updates_complete') is found 1 times:

  • /wp-admin/includes/class-wp-automatic-updater.php line 783
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
             * @since 3.8.0
             *
             * @param array $update_results The results of all attempted updates.
             */
            do_action( 'automatic_updates_complete', $this->update_results );
        }
     
        WP_Upgrader::release_lock( 'auto_updater' );
    }
     
    /**

See this hook used in plugins: