#index.php / main <script type=”text/javascript”> $(document).ready(function() { $(‘#summernote’).summernote({ callbacks: { onImageUpload: function(files) { for(let i=0; i < files.length; i++) { $.upload(files[i]); } } }, height:…
Just another WordPress site