• Resolved ruelluna

    (@ruelluna)


    I get this error

    Notice: Array to string conversion in [directorides]/functions.php on line 303

Viewing 1 replies (of 1 total)
  • Thread Starter ruelluna

    (@ruelluna)

    This error occurs when the target to a new window is selected.
    The return value $item['social-target'] is an array, thus printing it would cause array to string conversion.

    Quick fix is to get the first element of the array $item['social-target'][0]

Viewing 1 replies (of 1 total)

The topic ‘Array to String Conversion’ is closed to new replies.