bibhamrokhanpin/wp-content/plugins/top-10/includes/js/top-10-tracker.js

10 lines
337 B
JavaScript
Raw Normal View History

2024-04-10 12:01:06 +00:00
jQuery(document).ready(function($) {
$.post(ajax_tptn_tracker.ajax_url, {
action: 'tptn_tracker',
top_ten_id: ajax_tptn_tracker.top_ten_id,
top_ten_blog_id: ajax_tptn_tracker.top_ten_blog_id,
activate_counter: ajax_tptn_tracker.activate_counter,
top_ten_debug: ajax_tptn_tracker.top_ten_debug
});
});