Function split() is deprecated on my website
-
Hi,
My website uses digg digg and I noticed this today
Deprecated: Function split() is deprecated in /home1/sanjay41/public_html/websitepromotioncodes.com/wp-content/plugins/digg-digg/digg-digg.php on line 46I tried changing
from 385: $link = split(DD_DASH,$postlink); to 385: $link = explode(DD_DASH,$postlink);the error is gone, but my layout is messed up because of it. Any update or other workaround fix for this?
my website http://websitepromotioncodes.com/
Thanks in advance!
The topic ‘Function split() is deprecated on my website’ is closed to new replies.