![]() |
|
isImagePhoto - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: isImagePhoto (/thread-13778.html) |
isImagePhoto - Roland - 2022-12-17 Hello ! After updating to 1.6 and using the Deprecated function on Zenphoto dashboard, it says it's now time to change :-) Maybe someone have a clue to update my theme ? Edit : I've been looking to debug, the solution seems to be using isPhoto() instead.
Edit 2 : Nope, it's blank now. isImagePhoto - acrylian - 2022-12-17
Look at the line mentined. You find something like
Just to note that this does not cover all deprecations anymore and is deprecated itself. See the release post about that. isImagePhoto - Roland - 2022-12-18 Hello acrylian, thanks for your help. I'm gonna to take some time soon for this big release post :-) isImagePhoto - maymar - 2023-05-03 Hi acrylian, i try to swap deprecated function by new one but when i try to change isImagePhoto() to isPhoto() i get blank page. isImagePhoto - acrylian - 2023-05-03 It is an image class method. You have to use isImagePhoto - maymar - 2023-05-03 thx :-) |