upgrade_500()WP 5.0.0

Deprecated from version 5.1.0. It is no longer supported and can 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.

Return

null. Nothing (null).

Usage

upgrade_500();

Changelog

Since 5.0.0 Introduced.
Deprecated since 5.1.0

upgrade_500() code WP 6.5.2

function upgrade_500() {
}