automatic_updates_complete, $this->update_results

automatic_updates_complete, $this->update_results

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('automatic_updates_complete, $this->update_results') is found 1 times:

  • /wp-admin/includes/class-wp-automatic-updater.php line 783
    			 * @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' );
    	}
    
    	/**