aspradeep88

Untitled

Dec 28th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var postid = ''; // Place the post id value here using input hidden or any other means
  2. $.post(
  3. ajaxurl,
  4. {
  5. 'action': 'get_metadata',
  6. 'postid': postid
  7. },
  8. function(response){
  9. $('#metawrap').html(response);
  10. });
Add Comment
Please, Sign In to add comment