Advertisement
Guest User

Untitled

a guest
Oct 7th, 2010
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // create the form to add the field for the website
  2. function gwebsite_add_website_form() {
  3. ?>
  4. <label for="group-website"><?php _e( 'Website', 'gwebsite' ) ?></label>
  5. <input type="text" name="group-website" id="group-website" value="" />
  6.  
  7. <?php
  8.  
  9. }
  10. add_action( 'groups_custom_group_fields_editable', 'gwebsite_add_website_form' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement