@charlie About your instructions here: Important WP 6.2 Issue — Please Read Before Updating
My cornerstone.php file is located here: wp-content/plugins/cornerstone/cornerstone.php
I inherited a custom pro theme from years past and we cannot upgrade Cornerstone or it will break the site.
Below the image is is what is in my cornerstone.php file. The site I work on is running with WP 6.2, but I can’t edit classic elements. My sidebar in cornerstone shows this.
<?php
/*
Plugin Name: Cornerstone
Plugin URI: https://theme.co/cornerstone
Description: The WordPress Page Builder
Author: Themeco
Author URI: https://theme.co/
Version: 5.3.3
Text Domain: cornerstone
Domain Path: lang
*/
defined( ‘ABSPATH’ ) || exit;
require_once ‘includes/boot.php’;
cornerstone_boot(
plugin_dir_path( FILE ),
plugin_dir_path( FILE ) . ‘includes/i18n’,
plugin_dir_url( FILE )
);
What should I do?