Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: send mass email


r-a-y
Keymaster

@r-a-y

@gian-ava

A notice displays a message on the site only; an email isn’t sent out.

In the default theme, this is shown on the sidebar.

Use the following template tag to display notices:

<?php
if ( function_exists( 'bp_message_get_notices' ) )
bp_message_get_notices();
?>

Skip to toolbar