Thanks for using Woffice! If you have any issue or question, feel free to open a ticket at https://woffice.io/support/

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You can incorporate a “Send a Message” link within your pages or other sections within your site.

This is made possible by adding the [private_message] Shortcode.

The Shortcode can also incorporate a number of parameters. These Include:

  • to: The ID of the user to send the message to

  • subject: The subject line to the message

  • message: The pre-added message

  • title: The title of the link that is created. Thus replaces the default “Send a Message” title

A sample Shortcode with these parameters in place would be:

[private_message to=10 subject="Hello!" title="Send a New Message"] 

  • No labels