I want to create meta_value for image, located in wordpress database table name postmeta
having meta_key
= _wp_attachment_metadata
.
For every image wordpress create _wp_attachment_metadata
something like a:5:{s:5:"width";i:657;s:6.....}
Can any one tell me how to create this meta_value
.