Developer fixed your code but you need to fix on your side!!
Plugin issue with ternary operator on line no 31 pagerestrict.php
Plugin have it like return $pr_options[$option] ?? false;
it should be return $pr_options[$option] ? $pr_options[$option] : false;
this problem shows up with latest WordPress5.7
Issue in your plugin started at 2.5.0 and also in 2.5.1 and 2.5.2