do_action( ‘_core_updated_successfully’, string $wp_version )

In this article

Fires after WordPress core has been successfully updated.

Parameters

$wp_versionstring
The current WordPress version.

Source

do_action( '_core_updated_successfully', $wp_version );

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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