apply_filters( 'sensei_learner_profile_permalink', $permalink, $user ) → {string}
This allows filtering of the Learner Profile permalinks.
Parameters:
Name | Type | Description |
---|---|---|
$permalink |
string | The profile permalink. |
$user |
object | The user object. |
- Since:
- 1.9.13
- Source:
Returns:
The filtered permalink.
- Type
- string