Email

Manage BuddyPress Emails.


Description Description

Top ↑

EXAMPLES EXAMPLES

# Create email post
$ wp bp email create --type=new-event --type-description="Send an email when a new event is created" --subject="[{{{site.name}}}] A new event was created" --content="<a href='{{{some.custom-token-url}}}'></a>A new event</a> was created" --plain-text-content="A new event was created"
Success: Email post created for type "new-event".

# Create email post with content from given file
$ wp bp email create ./email-content.txt --type=new-event --type-description="Send an email when a new event is created" --subject="[{{{site.name}}}] A new event was created" --plain-text-content="A new event was created"
Success: Email post created for type "new-event".

Source Source

File: cli/src/email.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

Methods Methods

  • _edit — Helper method to use the '--edit' flag.
  • create — Create a new email post connected to an email type.
  • get_post — Get details for a post connected to an email type.
  • reinstall — Reinstall BuddyPress default emails.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.