Guest User

Untitled

a guest
Aug 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. add_action ( 'post_edit_form_tag', 'post_edit_form_tag' );
  2.  
  3. function post_edit_form_tag()
  4. {
  5. echo ' enctype="multipart/form-data"';
  6. }
Add Comment
Please, Sign In to add comment