JS working on local but not on live server WordPress? -


i developing theme , using custom js feature client. working fine on local server not showing @ on live server, can 1 guide me going wrong ? there server related things keep in mind or thing else have achieve ??? here how doing ?

<?php //getting custom js code $custom_js = get_option(path."_custom_js"); if(!empty($custom_js)) { ?>     <script>     <?php     echo  $custom_js ; ?>     </script> <?php } ?> 

am doing write thing ? if thing wrong let me know well, wanting want provide option custom js client.

check path. remember absolute , relative path


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -