How tto find php links to javascript files
-
I’m trying to defer javascript of these files, but I don’t know how to link them to my folders using php.
The files are as follows:
https://yawncentral.com/wp-includes/js/jquery/jquery.js?ver=1.10.2 https://yawncentral.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1 https://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3 https://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3 https://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js?ver=1.10.3 https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201402 https://yawncentral.com/wp-content/themes/iconic-one/js/selectnav.js?ver=1.0
I just need to know the basic knowledge of how to do it in a fashion that would work with defer.js
Thank you for your time.
- The topic ‘How tto find php links to javascript files’ is closed to new replies.