Title: Depracated function
Last modified: May 5, 2019

---

# Depracated function

 *  Resolved [madvic](https://wordpress.org/support/users/madvic/)
 * (@madvic)
 * [7 years ago](https://wordpress.org/support/topic/depracated-function/)
 * 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](https://wordpress.org/support/users/wp_media/)
 * (@wp_media)
 * [7 years ago](https://wordpress.org/support/topic/depracated-function/#post-11501343)
 * Hey [@madvic](https://wordpress.org/support/users/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](https://wordpress.org/support/users/madvic/)
 * (@madvic)
 * [7 years ago](https://wordpress.org/support/topic/depracated-function/#post-11501413)
 * It is for next version.
    Thx

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

The topic ‘Depracated function’ is closed to new replies.

 * ![](https://ps.w.org/imagify/assets/icon-256x256.gif?rev=3452959)
 * [Imagify: Optimize Images for Top Speed (Compress & Convert to WebP/AVIF)](https://wordpress.org/plugins/imagify/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/imagify/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/imagify/)
 * [Active Topics](https://wordpress.org/support/plugin/imagify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/imagify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/imagify/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)
 * [php7.3](https://wordpress.org/support/topic-tag/php7-3/)

 * 2 replies
 * 2 participants
 * Last reply from: [madvic](https://wordpress.org/support/users/madvic/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/depracated-function/#post-11501413)
 * Status: resolved