bp_admin_setting_callback_member_invite_email_content()

Enable email content field markup.

Description

Source

File: bp-core/admin/bp-core-admin-settings.php

789
790
791
792
793
794
function bp_admin_setting_callback_member_invite_email_content() {
    ?>
    <input id="bp-disable-invite-member-email-content" name="bp-disable-invite-member-email-content" type="checkbox" value="1" <?php checked( bp_disable_invite_member_email_content() ); ?> />
    <label for="bp-disable-invite-member-email-content"><?php _e( 'Allow members to customize the email body content', 'buddyboss' ); ?></label>
    <?php
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.