I am updating a customers site with this:
Plugin Name: Cornerstone
Plugin URI: http://theme.co/cornerstone
Description: The WordPress Page Builder
Author: Themeco
Author URI: http://theme.co/
Version: 1.1.3
Text Domain: cornerstone
Domain Path: lang
And attempting to avoid rebuilding their site built on x theme with a child theme. When updating to PHP8 - the autoloader built into the version of 1.1.3 consumes all memory and doesn’t use PSR-4 Autoloaders, but rather globs the directory.
What I wanted to know is, is there some older version stuck somewhere that still maintains the old shortcode style in between?
Thanks!