apply_filters( 'bp_attachments_get_cover_image_dimensions', array $wh , array $settings , string $compnent )
Filter here to edit the cover image dimensions if needed.
Parameters Parameters
- $wh
-
(array) An associative array containing the width and height values.
- $settings
-
(array) An associative array containing all the feature settings.
- $compnent
-
(string) The requested component.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |