Get the current subscriber

Mailster provides methods to retrieve the current subscriber information and their ID. It sets a cookie with the subscriber’s hash upon link clicks, expiring in 60 minutes. You can extend this expiration to three hours using a simple filter.

Read More

Adding custom code to your website

To extend your WordPress site’s functionality, you can add custom code in two ways: the theme’s functions.php file, which is theme-specific, or by creating a dedicated plugin for use across multiple themes. Both methods offer similar performance, but plugins allow easier management.

Read More