Deprecated errors
-
Hi!
I have this message on my webs:
Deprecated: version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /home/oe1dpzqb/public_html/wp-content/plugins/elementor/core/experiments/manager.php on line 166
In archives, this is the text:
private function install_compare( $version ) {
$installs_history = Upgrade_Manager::get_installs_history(); $cleaned_version = preg_replace( '/-(beta|cloud|dev)\d*$/', '', key( $installs_history ) );
return version_compare(
$cleaned_version,
$version,
'>='
);line 166: ‘>=’
Can anyone help me, please??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecated errors’ is closed to new replies.