I'm making a plugin to connect WordPress to a Parse Server instance. When I tried to excute the plugin it threw the error below:
Notice: Undefined index: wp-parse-api-page in .../wp-content/plugins/WP-Plugin/includes/class-wp-parse-api-admin-settings.php on line 31
Here is the code...
Line 31 $_GET['wp-parse-api-page']= (int)$_GET['wp-parse-api-page'];
I would appreciate it if someone could point out what I'm missing...