Title: Undefined array key &#8220;action&#8221;
Last modified: March 3, 2026

---

# Undefined array key “action”

 *  Resolved [Shrik](https://wordpress.org/support/users/saowp/)
 * (@saowp)
 * [1 month ago](https://wordpress.org/support/topic/undefined-array-key-action-2/)
 * I see a lot of such warnings in my error log file. Server has PHP 8.3.6
 *     ```wp-block-code
       PHP message: PHP Warning: Undefined array key "action" in ../wp-content/plugins/http-requests-manager/http-requests-manager.php on line 2959
       ```
   
 * possibly changing the line to
 *     ```wp-block-code
       $return = strtolower(sanitize_text_field($_REQUEST['action'] ?? ''));
       ```
   
 * can fix it?

Viewing 1 replies (of 1 total)

 *  Plugin Author [veppa](https://wordpress.org/support/users/veppa/)
 * (@veppa)
 * [1 month ago](https://wordpress.org/support/topic/undefined-array-key-action-2/#post-18843454)
 * Hello,
 * Thank you for reporting. I added fix and released new version 1.3.10.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fundefined-array-key-action-2%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/http-requests-manager/assets/icon-128x128.png?rev=2921291)
 * [HTTP Requests Manager](https://wordpress.org/plugins/http-requests-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/http-requests-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/http-requests-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/http-requests-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/http-requests-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/http-requests-manager/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 1 reply
 * 2 participants
 * Last reply from: [veppa](https://wordpress.org/support/users/veppa/)
 * Last activity: [1 month ago](https://wordpress.org/support/topic/undefined-array-key-action-2/#post-18843454)
 * Status: resolved