Skip to content

Instantly share code, notes, and snippets.

/* =WordPress Core
-------------------------------------------------------------- */
@wpmarginright:5px 0 20px 20px;
@wpmarginleft:5px 20px 20px 0;
.alignnone { margin:@wpmarginleft; }
.aligncenter,
div.aligncenter {
display:block;
@jworksuk
jworksuk / gist:4556715
Last active December 11, 2015 06:08
view errors on apache server as the happen tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data.
tail -f /var/log/apache2/error.log
<?php
// -------------------------------------------------------------------------
// Signed Request
// http://developers.facebook.com/docs/howtos/login/signed-request/
/**
* @param string $signed_request
* @return array
*/
function parse_signed_request($signed_request)