_GET[‘page’] results in undefined index php error
-
In several places you use _GET[‘page’] to check for loading of an admin page (eg. woocommerce-square-integration.php line 1072). This results in an undefined index error if loading an admin page that doesn’t have a ‘page’ parameter in the url. Perhaps check first with isset(_GET[‘page’]) or use WP_Screen api.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘_GET[‘page’] results in undefined index php error’ is closed to new replies.