File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 contentPadding="var(--prpl-padding)"
1919 marginBottom="0"
2020 data-max="<?php echo (int ) Monthly::TARGET_POINTS ; ?> "
21- data-value="<?php echo (float ) \progress_planner ()->get_admin__widgets__suggested_tasks ()->get_score (); ?> "
21+ data-value="<?php echo (float ) \progress_planner ()->get_admin__widgets__suggested_tasks ()->get_score ()[ ' target_score ' ] ; ?> "
2222 data-badge-id="<?php echo esc_attr ( Monthly::get_badge_id_from_date ( new \DateTime () ) ); ?> "
2323 >
24- <progress max="<?php echo (int ) Monthly::TARGET_POINTS ; ?> " value="<?php echo (float ) \progress_planner ()->get_admin__widgets__suggested_tasks ()->get_score (); ?> ">
24+ <progress max="<?php echo (int ) Monthly::TARGET_POINTS ; ?> " value="<?php echo (float ) \progress_planner ()->get_admin__widgets__suggested_tasks ()->get_score ()[ ' target_score ' ] ; ?> ">
2525 <prpl-badge
2626 complete="true"
2727 badge-id="<?php echo esc_attr ( Monthly::get_badge_id_from_date ( new \DateTime () ) ); ?> "
You can’t perform that action at this time.
0 commit comments