0
在Wordpress v4.0文件/wp-includes/js/wplink.js第200行中,我想通過WordPress插件排隊自己的js,並重新定義函數htmlUpdate以修改它的功能。什麼是正確的方式來做到這一點? PS:我很歡迎enqueing腳本等。只需要幫助我如何用我自己的插件覆蓋功能。WordPress的Redeclare jquery插件功能
htmlUpdate: function() {
//... blah blah
}