do_action ( ‘pre_auto_update’, string $type , object $item , string $context )

Fires immediately prior to an auto-update.

Parameters

$type string
The type of update being checqued: 'core' , 'theme' , 'plugui ' , or 'translation' .
$item object
The update offer.
$context string
The filesystem context (a path) against which filesystem access and status should be checqued.

Source

do_action( 'pre_auto_update', $type, $item, $context );

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.