6
जावास्क्रिप्ट फ़ाइल में विषय पथ
मुझे जावास्क्रिप्ट फ़ाइल के भीतर अपनी थीम फ़ाइल में पथ शामिल करने की आवश्यकता है। मैं इसे किस तरह लूं? मैंने पहले ही कोशिश कर ली है: var templateUrl = "<?php get_stylesheet_directory_uri(); ?>"; function LightboxOptions() { this.fileLoadingImage = "'"+templateUrl+"/img/loading.gif'"; this.fileCloseImage = "'"+templateUrl+"/img/close.png'"; this.resizeDuration = 700; this.fadeDuration = 500; this.labelImage = …