Hi I have this warning message on my site Warning: strpos(): Empty needle in /home/alphakis/public_html/shop/wp-content/themes/oxygen/inc/laborator_functions.php on line 1436
I checked the line and this is what is there
if ( strpos( $slider->getTitle(), $revslider_id ) !== false )
Hi I have this warning message on my site
Warning: strpos(): Empty needle in /home/alphakis/public_html/shop/wp-content/themes/oxygen/inc/laborator_functions.php on line 1436
I checked the line and this is what is there
if ( strpos( $slider->getTitle(), $revslider_id ) !== false )
How do I fix the warning
Hi Alpha,
Here is the quickfix for this error:
Download this file and replace it in this directory (of the theme): /inc
This will fix the PHP warning.