コード例 #1
0
function bp_message_activate_deactivate_link()
{
    echo bp_get_message_activate_deactivate_link();
}
コード例 #2
0
/**
 * Output the URL for deactivating the current notice.
 */
function bp_message_activate_deactivate_link()
{
    echo esc_url(bp_get_message_activate_deactivate_link());
}