richtabor / MerlinWP

Better WordPress Theme Onboarding
https://merlinwp.com
GNU General Public License v3.0
690 stars 138 forks source link

Deprecated with PHP 8.2 #223

Open aryansann opened 1 year ago

aryansann commented 1 year ago

Choosing Merlin WP to work on my domain with PHP 8.2 gives me an error for a few files in merlin-class.php as deprecated. Can you help me on this while it works smoothly on 8.1

oobi commented 9 months ago

There are a bunch of undeclared variables which need to be fixed. Add this to the top of that class with the other declarations.

    /**
     * missing declarations
     */
    protected $ready_big_button_url = null;
    protected $slug = null;
    protected $hook_suffix = null;