bp_disable_avatar_history

bp_disable_avatar_history

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_disable_avatar_history') is found 1 times:

  • /bp-core/bp-core-avatars.php line 2169
    	 *
    	 * @param bool $value 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