jQuery(document).ready(function($) { if (sceneflixViewsAjax && typeof sceneflixViewsAjax.ajaxurl !== 'undefined') { $.post(sceneflixViewsAjax.ajaxurl, { action: 'increment_post_views', post_id: sceneflixViewsAjax.post_id, nonce: sceneflixViewsAjax.nonce // Include the nonce in the AJAX request }); } });