apply_filters( 'sensei_teachers_shortcode_list_item', $teacher_li, $user ) → {string}
Sensei teachers shortcode list item filter
Parameters:
Name | Type | Description |
---|---|---|
$teacher_li |
string | the html for the teacher li. |
$user |
WP_User | The user object. |
- Since:
- 1.9.0
- Source:
Returns:
Filtered html for the teacher li.
- Type
- string