Advertisement
designbymerovingi

proper value presentation in fields

Feb 21st, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <div class="h2"><input type="text" name="<?php echo $this->field_name( 'creds' . $course->ID ); ?>" id="<?php echo $this->field_id( 'creds' . $course->ID ); ?>" value="<?php echo esc_attr( @$prefs['creds'.$course->ID] ); ?>" size="8" /></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement