• Resolved eSaner

    (@esaner)


    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!

    • This topic was modified 4 years, 5 months ago by eSaner.
Viewing 1 replies (of 1 total)
  • Hi @esaner,
    Thank you for contacting us and reporting this, We have forwarded the details to the QA Team we will definitely be releasing an update including these fixes.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘_GET[‘page’] results in undefined index php error’ is closed to new replies.