artemsemkin

Rhye theme: a quick fix for PHP 8.x error

Apr 8th, 2022 (edited)
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. // File: /wp-content/themes/rhye/inc/merlin/includes/class-merlin-logger.php
  4. // Lines: 189 – 194
  5.  
  6. /**
  7.  * Public unserialize method to prevent unserializing of the *Singleton* instance.
  8.  *
  9.  * @return void
  10.  */
  11. public function __wakeup() {}
Add Comment
Please, Sign In to add comment