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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -