apply_filters( 'bp_core_pre_avatar_handle_crop', bool $value , array $r )
Filters whether or not to handle cropping.
Description Description
If you want to override this function, make sure you return false.
Parameters Parameters
- $value
-
Whether or not to crop.
- $r
-
Array of parsed arguments for function.
Source Source
File: bp-core/bp-core-avatars.php
Changelog Changelog
Version | Description |
---|---|
1.2.4 | Introduced. |