_core_updated_successfully WordPress Action Hook

The _core_updated_successfully Wordpress hook is a great way to keep your WordPress installation up to date. It allows you to automatically update your WordPress core files when a new version is released. This hook is especially useful for keeping your WordPress installation secure.

do_action( '_core_updated_successfully', string $wp_version ) #

Fires after WordPress core has been successfully updated.


Parameters

$wp_version

(string)The current WordPress version.


Top ↑

Source

File: wp-admin/includes/update-core.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.