• Resolved madvic

    (@madvic)


    Hello,

    In php 7.3 :
    Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /var/www/vhosts/monsite/httpdocs/wp-content/plugins/imagify/inc/classes/class-imagify-files-scan.php on line 147

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Media

    (@wp_media)

    Hey @madvic

    These messages are not critical to the plugin functionality. Our lead developer checked this in details and he confirmed everything is working as expected.

    You can hide these messages by putting the following line of code in functions.php of your theme:

    error_reporting(E_ALL ^ E_DEPRECATED);

    That will hide these messages.

    All the best

    Thread Starter madvic

    (@madvic)

    It is for next version.
    Thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Depracated function’ is closed to new replies.