Overview
Filters allow the admin to modify or hook into specific aspects of a task. Webuzo offers numerous filters for you to utilize.
This guide will demonstrate how the Server Admin can set up Filter Functions to customize the installation, upgrade, email, and other events.
NOTE:
First, SSH into your server and navigate to: /usr/local/webuzo/
Create hooks folder if it is not present. Create filter.php file inside hooks folder.
The final path will be : /usr/local/webuzo/hooks/filter.php
Copy paste the following filters as per your requirements inside the filter.php file.