junaidbhura / fly-dynamic-image-resizer

Fly Dynamic Image Resizer plugin for WordPress
https://wordpress.org/plugins/fly-dynamic-image-resizer/
MIT License
162 stars 26 forks source link

Does not work on WordPress 4.8.1 #7

Closed mikeboothdesign closed 7 years ago

mikeboothdesign commented 7 years ago

All functions seem to return an empty array. Example: the following returns an empty array, even if the image with ID 81 exists in the media library.

echo fly_get_attachment_image_src( 81, 'home_page_square', array( 500, 500 ), true );

mikeboothdesign commented 7 years ago

Sorry, user error. Questionable WordPress database issue.

junaidbhura commented 7 years ago

Haha @mikeboothdesign no worries, it happens :)