javascript - Is it possible to prevent wp_editor's js from loading until all other js has loaded? -


i want include wp_editor on front end homepage of site.

however, rest of page loads via js, , js loaded automatically wp_editor holding rest of page up.

the editor going hidden begin with, js on doesn't need loaded immediately. possible delay loading js until other js has finished?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -