Thread Starter
7am
(@7am)
No warning anymore. Thanks
Thread Starter
7am
(@7am)
Hello,
Are you using WordPress multi-site?
> No
Are you hosted with WPEngine or private?
> I’m hosted with o2switch.fr, a french shared hoster.
ImageMeta is in Version 1.1.1
The Warnings change. Now I see several : “Notice: Array to string conversion in /home/[…]/wp-content/plugins/imagemeta/imagemeta.php on line 265”
Thanks
Thread Starter
7am
(@7am)
I find a temporary solution with add at line 100 of api.php :
$value = do_shortcode( $value );
I’m really not sure that the best way to modify the pluggin.
I hope the next version of the pluggin support shortcode and the team notify here the change.
Thanks.