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