Undefined index for custom image sizes
-
The setup:
- Using Admin Columns v2.1.1
- custom post type
- includes a custom image size for its logo.
- ACF plugin to create logo field
I chose to show the custom image size as the additional column. When I use the default “thumbnail” image size the logo shows up correctly. When I choose any custom image size that I have specified in the functions file, I get this error along with the custom image:
Notice: Undefined index: image_size_w in /[path]/wp-content/plugins/codepress-admin-columns/classes/column.php on line 645
Notice: Undefined index: image_size_h in /[path]/wp-content/plugins/codepress-admin-columns/classes/column.php on line 646
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined index for custom image sizes’ is closed to new replies.