Skip to content

Error Message: Deprecated way of variable addressing in functions.php #141

@lucas-stauder

Description

@lucas-stauder

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in functions.php on line 168

if (function_exists("imagecreatefrom${funcext}") == false)

Changing to

if (function_exists("imagecreatefrom{$funcext}") == false)

fixes the problem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions