• Please consider replacing line 162 with the following, or something similar:

    $is_always_recompile = isset($wpscss_settings['always_recompile']) ? $wpscss_settings['always_recompile'] === "1" : false;
        if (defined('WP_SCSS_ALWAYS_RECOMPILE') && WP_SCSS_ALWAYS_RECOMPILE || $is_always_recompile)
Viewing 1 replies (of 1 total)
  • Plugin Author Sky Bolt

    (@sky-bolt)

    Thank you for adding this. I have created a GitHub Pull request with this. Consider commenting there in the future as I don’t check the comments on this plugin frequently.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP error line 162 of class-wp-scss.php’ is closed to new replies.