first commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Post Views Reset.
|
||||
*/
|
||||
|
||||
( function( $ ) {
|
||||
|
||||
$( document ).ready( function() {
|
||||
setTimeout(function(){
|
||||
$.post( pkPostViews.ajaxurl, {
|
||||
'_wpnonce': pkPostViews.nonce,
|
||||
'post_id' : pkPostViews.post_id,
|
||||
} );
|
||||
}, 1500);
|
||||
} );
|
||||
|
||||
} )( jQuery );
|
||||
Reference in New Issue
Block a user