Skip to main content
Agency Tools is a five-tab page containing tools for delivering professional WordPress sites to clients: a mail interceptor, white-label login page, admin UI customiser, client report generator, and a coming soon mode.
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’s wp_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.
When Dev Mode is off, emails are delivered normally and logged with a Sent status.

Email log

The log table shows each email with:
  • Subject line
  • Recipient (To:) and timestamp
  • Status badge (Intercepted or Sent)
Two actions are available per log entry:
  • Preview — opens a dialog showing the full email body (HTML or plain text).
  • Resend — resends the email immediately, regardless of Dev Mode status.
Click Clear Log to delete all log entries.
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.

White-label and admin UI

Login page customisation and Admin UI Customiser settings are covered in detail on the White-label page.

Client reports and coming soon

The Client Report Generator and Coming Soon Mode are covered in detail on the Client reports page.

Build docs developers (and LLMs) love