bp_is_groups_gif_support_enabled( $default )

Checks if media gif support is enabled in groups.

Description

Parameters

$default

(Required) integer

Return

(bool) Is media gif support enabled or not in groups

Source

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

function bp_is_groups_gif_support_enabled( $default = 0 ) {
	return (bool) apply_filters( 'bp_is_groups_gif_support_enabled', (bool) get_option( 'bp_media_groups_gif_support', $default ) );
}

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.