My plugin wp-lightbox evolution is showing me an error
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead
And when I replace that with preg_replace_callback
I'm getting an error:
Warning: preg_replace_callback(): Requires argument 2, 'stripslashes(strstr("\1\3", "class=") ? "\0" : "")', to be a valid callback
Any Help would be appreciated.
Regards