function optimize_ticket_script_loading() { if (is_singular('tribe_events')) { // Only on event pages wp_enqueue_script('my-ajax-script', get_stylesheet_directory_uri() . '/js/script40.js', array('jquery'), null, true); // Preload the combined tickets script add_action('wp_head', function() { echo ''; }); // Localize the script with necessary data wp_localize_script('my-ajax-script', 'pluginObject', array( 'ajaxurl' => admin_url('admin-ajax.php'), 'eventID' => get_the_ID(), '_ajax_nonce' => wp_create_nonce('my_nonce'), 'themeUrl' => get_stylesheet_directory_uri(), 'refreshInterval' => 30000 )); } } add_action('wp_enqueue_scripts', 'optimize_ticket_script_loading', 5); // Priority 5 to load earlier Events from November 20, 2024 – November 23, 2024 – Page 20 – Cococure

Events

Go to Top