apply_filters( 'llms_achievement_get_image', string $src , LLMS_User_Achievement $achievement , int[] $size )
Filter the image source URL for the achievement.
Parameters Parameters
- $src
-
(string) Image source URL.
- $achievement
-
(LLMS_User_Achievement) The achievement object.
- $size
-
(int[]) Dimensions of the image to return passed as [ width, height ] (in pixels).
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |