Skip to content

Instantly share code, notes, and snippets.

@carlodaniele
Created April 3, 2016 13:29
Show Gist options
  • Save carlodaniele/006e689154045567af58629e7e8ec85e to your computer and use it in GitHub Desktop.
Save carlodaniele/006e689154045567af58629e7e8ec85e to your computer and use it in GitHub Desktop.
<tr class="wpmu-user-guitar">
<th scope="row"><span><?php echo __( 'Play the guitar' ); ?></span></th>
<td>
<legend class="screen-reader-text">
<span><?php echo __( 'Play the Guitar' ); ?></span>
</legend>
<div class="wpmu-guitar-checkbox">
<label for="wpmu_guitar">
<input type="checkbox" name="wpmu[guitar]" id="wpmu_guitar" value="Yes" <?php checked( esc_attr( get_user_meta( $user->ID, 'wpmu_guitar', true ) ), 'Yes' ); ?> />
<?php echo __( 'You Play the Guitar on the M.T.V.' ); ?>
</label>
</div>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment