File "number.php"
Full Path: /home/dcqnetm/intuns/wp-content/plugins/tutor/templates/dashboard/withdraw-method-fields/number.php
File size: 243 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @package TutorLMS/Templates
* @version 1.4.3
*/
?>
<input type="number" name="withdraw_method_field[<?php echo esc_attr( $method_id ); ?>][<?php echo esc_attr( $field_name ); ?>]" value="<?php echo esc_attr( $old_value ); ?>">