Title: Illegal String Offset
Last modified: August 21, 2016

---

# Illegal String Offset

 *  [scottyhuff](https://wordpress.org/support/users/scottyhuff/)
 * (@scottyhuff)
 * [12 years ago](https://wordpress.org/support/topic/illegal-string-offset-5/)
 * Uh, I need some help. I’m getting a weird error on my wife’s website. Check out
   [http://lactationwise.com/benefits](http://lactationwise.com/benefits).
 * The error is:
 * > **Warning**: Illegal string offset ‘title’ in **/home/scottyhuff/public_html/
   > lactationwise.com/wp-content/themes/nictitate-pro-1.0.11/library/includes/shortcodes.
   > php** on line **239**
 * the code it’s pointing to is this (the line in question include $atts[‘title’]):
 *     ```
       function kopa_shortcode_accordion($atts, $content = null) {
          extract(shortcode_atts(array(
               'title' => 'Accordion Title'
                           ), $atts));
           return '<div class="accordion-title">
                       <h3><a href="#">' . $atts['title'] . '</a></h3>
                           <span>+</span>
                   </div>
                   <div class="accordion-container" style="display:none;">' . do_shortcode($content) . '</div>';
       }
       ```
   
 * I upgraded her theme a week ago, but I didn’t notice this until today. What do
   I do about it?

The topic ‘Illegal String Offset’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [scottyhuff](https://wordpress.org/support/users/scottyhuff/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/illegal-string-offset-5/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
