We offer more options for Support Packs exclusively on our website. Please check the Support Packs page for more details.

Developers

Articles targeted to developers that want to extend MailWizz
Please wait...

How can I tell MailWizz how to use or not to use PHP Tidy extension?

This article explains how to enable or disable PHP Tidy extension.

Read More

General notes for differences between v1 and v2

General notes for differences between version 1 and version 2.

Read More

Guide to follow while creating your MailWizz extensions

This guide is a work in progress and it applies for upcoming MailWizz v2.

Read More

Actions

Actions provide a way for running a function at a specific point in the execution of MailWizz Core and extensions

Read More

Filters

Filters provide a way for functions to modify data of other functions.

Read More

Hooks

Hooks are a way for one piece of code to interact or modify another piece of code

Read More

Example extension for development

In order to make extensions development easier and much clear, there is an attached example extension in this article.

Read More

Remove a menu item from customers area

To remove a menu item from the customers area, we can create a very simple extension to hook into the menu

Read More

Add a new delivery server type

To create your own delivery server implementation, you have to follow this article steps

Read More