apply_filters( 'learndash_points_awarded_output_format', string $output_format, string $current, int $max_points, int $percentage )

Filters the output format of the awarded points of an assignment.


Description Description


Parameters Parameters

$output_format

Output Format of awarded points.

$current

Achieved points.

$max_points

Maximum points.

$percentage

Percentage of achieved points/maximum points.


Top ↑

Source Source

File: includes/ld-assignment-uploads.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.