Skip to content

Commit

Permalink
added a action hook
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-pranav committed Aug 22, 2024
1 parent 63d1d69 commit 056325a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/admin/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ function qsm_quiz_theme_settings( $type, $label, $name, $value, $default_value,
?>
<input name="settings[<?php echo esc_attr( $name ); ?>]" type="text" value="<?php echo esc_attr( $value ); ?>"/>
<?php
do_action( 'qsm_theme_settings_field_after', $type, $label, $name, $value, $default_value, $options );
break;
} ?>
</td>
Expand Down

0 comments on commit 056325a

Please sign in to comment.