Skip to content

Commit

Permalink
Added a filter to show hour, minute, second in options tab
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed May 10, 2024
1 parent 64fd86a commit 717696d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/classes/class-qsm-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public static function generate_section( $fields, $section ) {
<div id="quiz_submission" class="quiz_style_tab_content" style="display:none">
<table class="form-table" style="width: 100%;">
<?php
$settings = apply_filters( 'qsm_quiz_submission_section_before', $settings, $fields );
// Cycles through each field
foreach ( $fields as $field ) {
// Generate the field
Expand Down

0 comments on commit 717696d

Please sign in to comment.