WordPress Attachments Plugins – get medium size of image
-
Hello friends Im use a WordPress Attachments Plugin 1.0.7.2. Here is the link – https://mondaybynoon.com/wordpress-attachments/
I need to get or retrieve the medium size of the attached image.
The plugin use and works width
'mime' => stripslashes( get_post_mime_type( $data['id'] ) ), 'title' => stripslashes( $data['title'] ), 'caption' => stripslashes( $data['caption'] ), 'location' => stripslashes( wp_get_attachment_url( $data['id'] ) ), 'link' => stripslashes( wp_get_attachment_link( $data['id'] ) ),
But cannot get the medium size or image_get_intermediate_size of the picure. I can retrieve only small and big size. Please for eny help or suggestions or hack. Many many thanks….
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress Attachments Plugins – get medium size of image’ is closed to new replies.