Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks @luanluta , a single detail

    this warning message is displayed

    Warning: Undefined property: EasyColumns::$use_custom in plugins/easy-columns/easy-columns.php on line 233

    caybaratrogerwestcom

    (@caybaratrogerwestcom)

    The fix for the error on line 233, should be as simple as changing $this->use_custom to $this->options[‘use_custom’].

    So once you’re done, it should look as follows:

    <?php if($this->options[‘use_custom’] || !empty($this->options[‘custom_css’])){ ?>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 8 Compatibility Fix.’ is closed to new replies.