Changes between Initial Version and Version 1 of Ticket #51174, comment 2
- Timestamp:
- 08/28/2020 12:35:06 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51174, comment 2
initial v1 1 1 Thanks for the report! 2 2 3 The function was added in [48798] / #50833. As noted in comment:7:ticket:50833, while some media functions can be called on front end, `is_gd_image()` is currently only available in the admin, and should probably be on front end too. 3 The function was added in [48798] / #50833. 4 5 As noted in comment:7:ticket:50833, while some media functions can be called on front end, `is_gd_image()` is currently only defined in the admin, and should probably be available on front end too. 4 6 5 7 Could you share some details about how you're using ` wp_imagecreatetruecolor()`? Is it for image creation or editing on front end?