javascript - What is a reasonable procedure for figuring where a certain line of code on a wordpress site comes from? -


i have specific example question, question more general. in example, wordpress site has line of code, in header:

<script src="http://s.ytimg.com/yts/jsbin/www-widgetapi-vfld_dur5.js" async=""></script> 

where should 1 figure out plugin/script/file responsible line?

search part or of string in site's source using favorite editor's "find in project" feature. there aren't many occurrences of vfld_dur5 in wp...


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -