function enqueue_toc_script_for_test_post() { if (is_single(210)) { // Replace 123 with your test post's ID wp_enqueue_script('toc-script', get_template_directory_uri() . '/js/toc_script.js', [], '1.0', true); } } add_action('wp_enqueue_scripts', 'enqueue_toc_script_for_test_post');

Day: January 9, 2024

My Cart
Categories