Title: Plugin throwing warnings
Last modified: April 21, 2024

---

# Plugin throwing warnings

 *  [greg8872](https://wordpress.org/support/users/greg8872/)
 * (@greg8872)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/plugin-throwing-warnings/)
 * Going over logs for a site, and seeing several of these:
 * `PHP Warning: Undefined array key "search_integration" in /home/****/public_html/
   wp-content/plugins/facebook-conversion-pixel/includes/functions.php on line 127`
 * It is Version 3.0.5. I changed the line to be the following to properly check
   for the existence of `search_integration` in `$options` so it won’t fill logs
   with warnings for it.
 * `if (is_search() && array_key_exists('search_integration', $options) && $options['
   search_integration'] == 'on') {`

Viewing 1 replies (of 1 total)

 *  Plugin Support [gavinohanlon](https://wordpress.org/support/users/gavinohanlon/)
 * (@gavinohanlon)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/plugin-throwing-warnings/#post-17708247)
 * Hi Greg8872,
 * Thank you for bringing this to our attention.
 * We appreciate your effort in reviewing the logs and identifying this issue. We’ll
   make a note of your suggestion and ensure it’s addressed in the next update of
   the plugin.
 * If you have any further questions or concerns, please feel free to let us know.
   Thanks again for reaching out.
 * All the best.

Viewing 1 replies (of 1 total)

The topic ‘Plugin throwing warnings’ is closed to new replies.

 * ![](https://ps.w.org/facebook-conversion-pixel/assets/icon-256x256.gif?rev=2922077)
 * [Pixel Cat - Conversion Pixel Manager](https://wordpress.org/plugins/facebook-conversion-pixel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-conversion-pixel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-conversion-pixel/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-conversion-pixel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-conversion-pixel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-conversion-pixel/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [gavinohanlon](https://wordpress.org/support/users/gavinohanlon/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/plugin-throwing-warnings/#post-17708247)
 * Status: not resolved