strangerstudios / pmpro-roles

Adds a custom WordPress Role for each membership level in Paid Memberships Pro
https://www.paidmembershipspro.com/add-ons/pmpro-roles/
GNU General Public License v2.0
17 stars 16 forks source link

Fix undefined array key #46

Closed ipokkel closed 5 months ago

ipokkel commented 5 months ago

All Submissions:

Changes proposed in this Pull Request:

Add a check if the edit key is set for $_REQUEST before using it to avoid Undefined array key “edit” warnings being logged.

How to test the changes in this Pull Request:

  1. Activate WP Debug
  2. Navigate to Memberships > Settings > Levels and create a new level.
  3. Check the debug log to verify that no warnings have been logged.

Other information: