bp_disable_group_activity_deletions

bp_disable_group_activity_deletions

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_disable_group_activity_deletions') is found 1 times:

  • /bp-core/bp-core-options.php line 613
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
         *
         * @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