Deprecated Warning: strpos() Passing Null in utilities.php
-
I’m encountering deprecated warnings related to the strpos() function in the Royal Elementor Addons plugin. Everything is updated however, the following errors are still present:
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in wp-content/plugins/royal-elementor-addons/classes/utilities.php on line 846
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in wp-content/plugins/royal-elementor-addons/classes/utilities.php on line 849
These warnings suggest that anull
value is being passed tostrpos()
instead of a string, which is deprecated in PHP 8 and above.We can manually adjust the code in our .php file. I’d rather check with the support team or anyone to see if they have encountered and if there is something rolling out or if this is just me.
Royal Elementor Addons Pro: Version 1.5
Kit: Pet Shop V1
WP: Current version: 6.6.1
Theme: Royal Elementor Kit Version: 1.0.123The page I need help with: [log in to see the link]
- The topic ‘Deprecated Warning: strpos() Passing Null in utilities.php’ is closed to new replies.