Title: PHP Notice Fix
Last modified: August 31, 2016

---

# PHP Notice Fix

 *  Resolved [SoN9ne](https://wordpress.org/support/users/son9ne/)
 * (@son9ne)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-notice-fix/)
 * `Notice: Undefined index: load_widget_style in /public_html/wp-content/plugins/
   strong-testimonials/strong-testimonials.php on line 1480`
 * Open:
    **strong-testimonals.php**
 * Find (line 1480):
 *     ```
       if ( $options['load_widget_style'] ) {
       ```
   
 * Change to:
 *     ```
       if ( !empty($options['load_widget_style']) ) {
       ```
   
 * [https://wordpress.org/plugins/strong-testimonials/](https://wordpress.org/plugins/strong-testimonials/)

Viewing 1 replies (of 1 total)

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-notice-fix/#post-7067006)
 * Thanks for catching this. I forgot to remove that in 2.0. This is fixed in version
   2.2.4.

Viewing 1 replies (of 1 total)

The topic ‘PHP Notice Fix’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: anonymized-13171256
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/php-notice-fix/#post-7067006)
 * Status: resolved