Support » Fixing WordPress » 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:

    http://yawncentral.com/wp-includes/js/jquery/jquery.js?ver=1.10.2
    http://yawncentral.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
    http://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3
    http://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3
    http://yawncentral.com/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js?ver=1.10.3
    http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201402
    http://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.