wp-front-end-editor icon indicating copy to clipboard operation
wp-front-end-editor copied to clipboard

no-javascript mode

Open scribu opened this issue 14 years ago • 0 comments

<?php fee_form_begin(); ?>

  <?php the_title(); ?>

  <?php the_tags(); ?>

<?php fee_form_end(); ?>

fee_form_begin() would output a <form> tag and fee_form_end() would ouput the form buttons and the </form> tag.

The processing would be done automatically, but you could hook into it to handle custom inputs.

scribu avatar Oct 13 '11 08:10 scribu