upgrade_500()WP 5.0.0

Deprecated since 5.1.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Executes changes made in WordPress 5.0.0.

No Hooks.

Returns

null. Nothing (null).

Usage

upgrade_500();

Changelog

Since 5.0.0 Introduced.
Deprecated since 5.1.0

upgrade_500() code WP 6.8.1

function upgrade_500() {
}