upgrade_510()WP 5.1.0

Executes changes made in WordPress 5.1.0.

No Hooks.

Return

null. Nothing (null).

Usage

upgrade_510();

Changelog

Since 5.1.0 Introduced.

upgrade_510() code WP 6.5.2

function upgrade_510() {
	delete_site_option( 'upgrade_500_was_gutenberg_active' );
}