Remove version, theme and plugins installed from source code

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

Comments

  • acrylian Administrator, Developer
    Adding the line `zp_remove_filter('zenphoto_information', 'exposeZenPhotoInformations');` to your theme's `functions.php` will remove the general info about version and plugins.
  • Thanks acrylian ! It works
Sign In or Register to comment.