Skip to content

Instantly share code, notes, and snippets.

View 00face's full-sized avatar

Armando 00face

View GitHub Profile
@00face
00face / enqueue.php
Last active August 4, 2021 17:35 — forked from ricardobrg/enqueue.php
Enqueue scripts in WordPress with defer or async
<?php
// This code is based in Mathew Horne blog post: https://matthewhorne.me/defer-async-wordpress-scripts/ &
// Ricardo Gonçalves https://gist.github.com/ricardobrg/158add836a079a00b46574dbe76c9878
//function to add async attribute
function add_async_attribute($tag, $handle) {
$scripts_to_async = array('my-js-handle-async', 'another-handle-async');
//check if this script is in the array
if (in_array($handle, $scripts_to_async)){
//return with async
@00face
00face / Notepad2.ini
Created January 11, 2018 07:00 — forked from xCONFLiCTiONx/Notepad2.ini
Notepad2.ini Visual Studio Dark Theme (Color Scheme Only)
##above is your settings##
[Custom Colors]
01=#000000
02=#0A246A
03=#3A6EA5
04=#52A5F8
05=#0D8206
06=#608020
07=#648000
08=#A46000