apply_filters( 'sensei_learner_profile_info_bio', $user_description, $user_id ) → {string}
This filter runs inside the Sensei_Learner_Profiles::user_info function. With this filter can change the users description on the learner user info output.
Parameters:
Name | Type | Description |
---|---|---|
$user_description |
string | The user description. |
$user_id |
string | The user ID. |
- Since:
- 1.0.0
- Source:
Returns:
The filtered description.
- Type
- string