ZenphotoCMS Forum
Remove version, theme and plugins installed from source code - 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: Remove version, theme and plugins installed from source code (/thread-12583.html)



Remove version, theme and plugins installed from source code - mcemrn - 2016-09-18

Hello, i have another question,for security reasons, i want to remove Zenphoto version, theme and plugins installed from source code, at the bottom of earch source code html page.

I found an old topic: http://www.zenphoto.org/support/topic.php?id=4659

But i have version (latest) 1.4.13 and i only found function in /zp-core/template-functions.php...

But i can not find the file that call this function so i can comment it,
Can you help me please ? I have version 1.4.13 and theme basic




Remove version, theme and plugins installed from source code - acrylian - 2016-09-18

Adding the line zp_remove_filter('zenphoto_information', 'exposeZenPhotoInformations'); to your theme's functions.php will remove the general info about version and plugins.




Remove version, theme and plugins installed from source code - mcemrn - 2016-09-18

Thanks acrylian ! It works