bp_media_settings_callback_groups_gif_support()

Setting > Media > Groups GIFs support

Description

Source

File: bp-media/bp-media-settings.php

824
825
826
827
828
829
830
831
832
833
834
835
836
function bp_media_settings_callback_groups_gif_support() {
    ?>
    <input name="bp_media_groups_gif_support"
           id="bp_media_groups_gif_support"
           type="checkbox"
           value="1"
        <?php checked( bp_is_groups_gif_support_enabled() ); ?>
    />
    <label for="bp_media_groups_gif_support">
        <?php _e( 'Allow members to use animated GIFs in <strong>group activity posts</strong>', '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.