Thanks for your excellent response and guidance to us all on GDPR compliance.
I'm setting mine up now with EasySocial... I wanted to confirm if the Cron Job needed for GDPR is SEPARATE from the existing one... and if so what recommended run frequency for the GDPR one - presumably 'once every day' would be enough?
So I already had
/bin/wget -O /dev/null "http://yoursite.com/index.php?option=com_easysocial&cron=1 for cPanel based on the documentation at
https://stackideas.com/docs/easysocial/administrators/cronjobs/cpanel-cronjobs
Is the
/bin/wget -O /dev/null "http://yoursite.com/index.php?option=com_easysocial&crondata=1" given at
https://stackideas.com/docs/easysocial/administrators/configuration/general-data-protection-regulation needed as well?
I'm assuming they are both needed and both do different things but just wanted to check.
Thanks!