[Solved] How to fix “warning illegal string”?


the array variable $atts does not contain ‘name,position’ etc thats why you are getting this error. check the data that is coming in the array $atts. Just replace $atts with @$atts problem solved.

3

solved How to fix “warning illegal string”?