ZenphotoCMS Forum
core plugin hook - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: core plugin hook (/thread-3221.html)



core plugin hook - maciekkus - 2008-07-30

Hello,
Is it possible (by core team) to insert to main code some kind of hook in caching mechanism, that would allow me to:

  • do some actions after cached image was generated (I want to send them to another server)
  • change target URL of cached files (to be served from that another server)

maybe some kind of CacheClass that could be easily modified by a plugin or override some methods of it?