Guest User

Untitled

a guest
Dec 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <form method="post" action="options.php" enctype="multipart/form-data">
  2. <?php
  3. settings_fields("mw_options");
  4. do_settings_sections("mw_options");
  5. submit_button();
  6. ?>
  7. </form>
  8.  
  9. function mw_options_wc_order_attachement_1()
  10. {
  11. ?>
  12. <input type="file" name="mw_options_wc_order_attachement_1" id="mw_options_wc_order_attachement_1" value="<?php echo get_option('mw_options_wc_order_attachement_1'); ?>" />
  13. <?php echo get_option("mw_options_wc_order_attachement_1"); ?>
  14. <input type="submit" name="mw_options_wc_order_attachement_1" formaction="<?php echo plugins_url( 'delete_attachment.php' , __FILE__ );?>" formmethod="post" value="Delete">
  15. <?php
  16. }
Add Comment
Please, Sign In to add comment