Skip to content

Instantly share code, notes, and snippets.

View wykydtronik's full-sized avatar
🎯
Focusing on Kafka

TЯON|K wykydtronik

🎯
Focusing on Kafka
View GitHub Profile
@wykydtronik
wykydtronik / gist:f3616ee4f6cf7d9b6e91b73f826fe1e3
Created April 15, 2017 05:11
how to echo custom author meta onto page
the_author_meta('jobtitle', $authorID);
get_the_author_meta('teampage', $authorID);
@wykydtronik
wykydtronik / cli
Last active March 16, 2018 23:28
pg_restore example windows
pg_restore.exe --host "awsrds.c8klwajefe444.us-west-2.rds.amazonaws.com" --port "5432" --username "username" -n public --dbname "exampledb" --exit-on-error --verbose --no-acl --no-owner "C:\\sqldump\\largedatabase.backup"