apply_filters( 'sensei_quiz_question_points_format', $points, $formatted_points ) → {string}
Sensei Quiz question points format filter
Parameters:
Name | Type | Description |
---|---|---|
$points |
string | int | The quiz question points. |
$formatted_points |
string | The formatted point output. |
- Since:
- 1.9.13
- Source:
Returns:
The formatted point output.
- Type
- string