apply_filters( 'sensei_learner_full_name', $full_name, ] ) → {string}
Filter the user full name from the get_learner_full_name function.
Parameters:
Name | Type | Description |
---|---|---|
$full_name |
string | The full name of the user. |
] |
int | $user_id The user ID. |
- Since:
- 1.8.0
- Source:
Returns:
The full name of the user.
- Type
- string