• Hi community, i’ve addapted the plugin to be compatible with PHP 8.0

    The file zoom_widget.php needs to be modified, just add this on the class:

    class zoom_widget extends WP_Widget {
    
    	// Constructor //
    
    		function __construct(){
    			$this->zoom_widget();
                    }
  • The topic ‘Support php 8.0’ is closed to new replies.