|
1
|
(function ($) { |
|
2
|
|
|
3
|
$(document).ready(function () { |
|
4
|
|
|
5
|
$.post(pvcArgsFrontend.ajaxURL, { |
|
6
|
action: 'pvc-check-post', |
|
7
|
pvc_nonce: pvcArgsFrontend.nonce, |
|
8
|
post_id: pvcArgsFrontend.postID, |
|
9
|
post_type: pvcArgsFrontend.postType |
|
10
|
}); |
|
11
|
|
|
12
|
}); |
|
13
|
|
|
14
|
})(jQuery);
|