• Resolved Zane Matthew

    (@zanematthew)


    Please fix the following PHP Deprecated Notice, which is displayed when attempting to run wp --help

    $ wp --help
    PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in wp-content/plugins/simply-static/src/class-ss-query.php on line 397
    
    Deprecated: Using ${var} in strings is deprecated, use {$var} instead in wp-content/plugins/simply-static/src/class-ss-query.php on line 397

    php version: 8.2.8

    plugin version: 3.1.3

    • This topic was modified 2 years, 4 months ago by Zane Matthew.
Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    @zanematthew noted.

    The problem is that we want to stay backward-compatible, which only works on PHP 8+ (We still support 7.4 as the minimum).

    However, implementing a check and adapt based on the used PHP version will not hurt.

Viewing 1 replies (of 1 total)

The topic ‘PHP Deprecated Notice’ is closed to new replies.