Describe the bugFatal error: Uncaught Error: Call to undefined function posix_getpgid() in [Path]\wp-content\plugins\boldgrid-backup\admin\class-boldgrid-backup-admin-test.php:529
Error prevents backups from working when posix_getpgid is not available. Adding a check to confirm if the function exists should help.
Describe the bug
Fatal error: Uncaught Error: Call to undefined function posix_getpgid() in [Path]\wp-content\plugins\boldgrid-backup\admin\class-boldgrid-backup-admin-test.php:529
Error prevents backups from working when posix_getpgid is not available. Adding a check to confirm if the function exists should help.