HamroKhanpin/hamrokhaanpaan/wp-content/__plugins/top-10/includes/js/top-10-tracker.js
2024-04-29 13:12:44 +05:45

10 lines
337 B
JavaScript

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
});
});