Agency Tools was added in v2.8.0.
Sub-tools at a glance
Mail interceptor
Log every
wp_mail() call. Enable Dev Mode to prevent real email delivery during development.White-label login page
Replace the default WordPress login page with your client’s branding: custom logo, background, button colour, heading, and footer.
Admin UI customiser
Hide any WP admin menu item or dashboard widget for non-administrator roles.
Client reports
Generate a one-click standalone HTML report covering site health, versions, SSL, pending updates, and active plugins.
Coming soon mode
Show a branded pre-launch page to visitors while you build. Includes a countdown timer and email capture form.
Mail interceptor tab
The Mail Interceptor hooks into WordPress’swp_mail() function and logs every outgoing email before it is sent.
Dev mode
Enable Dev Mode using the toggle in the Mail Interceptor card header. When Dev Mode is on:- Emails are intercepted and not delivered to recipients.
- The log entry shows a status badge of Intercepted instead of Sent.
Email log
The log table shows each email with:- Subject line
- Recipient (
To:) and timestamp - Status badge (Intercepted or Sent)
- Preview — opens a dialog showing the full email body (HTML or plain text).
- Resend — resends the email immediately, regardless of Dev Mode status.
The Mail Interceptor is separate from the SMTP email log on the Email & SMTP page. The Mail Interceptor captures all
wp_mail() calls regardless of whether custom SMTP is configured.