bp_disable_avatar_history

bp_disable_avatar_history

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_disable_avatar_history') is found 1 times:

  • /bp-core/bp-core-avatars.php line 2222
    2218
    2219
    2220
    2221
    2222
    2223
    2224
    2225
    2226
    2227
    2228
         *
         * @param bool $avatar_history True to disable avatar history. False otherwise.
         *                    Default: `false`.
         */
        return apply_filters( 'bp_disable_avatar_history', false );
    }
     
    /**
     * Get a specific version of an avatar from its history.
     *
     * @since 10.0.0