bp_disable_group_activity_deletions

bp_disable_group_activity_deletions

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.1.0

apply_filters('bp_disable_group_activity_deletions') is found 1 times:

  • /bp-core/bp-core-options.php line 613
    	 *
    	 * @param bool $disable_group_deletions Whether or not group creator,
    	 *                                      group admin or group mod are able to delete group activity post.
    	 */
    	return (bool) apply_filters( 'bp_disable_group_activity_deletions', (bool) bp_get_option( 'bp-disable-group-activity-deletions', $retval ) );
    }
    
    /**
     * Are members able to delete their own accounts?
     *
     * @since 1.6.0