format_html_message()
private static function format_html_message( $message, $subject )
Maybe wrap the notification message in html tags.
Since: 2.2.0
Source: common.php:7525
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$message | string | The notification message. Merge tags have already been processed. | |
$subject | string | The notification subject line. Merge tags have already been processed. |
Returns
string