Skip to content

Instantly share code, notes, and snippets.

View justlstn's full-sized avatar
👨‍💻
Write some code. Sometimes it works

Viacheslav Matsenko justlstn

👨‍💻
Write some code. Sometimes it works
  • alao AG
  • Kharkiv, Ukraine
View GitHub Profile
@justlstn
justlstn / move_head_scripts_to_footer.php
Last active July 9, 2018 15:43
Wordpress. Script to move all Head scripts to the Footer
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
// using
// await sleep(300);