Skip to content

Instantly share code, notes, and snippets.

View FredericoC's full-sized avatar

Frederico Carvalho FredericoC

View GitHub Profile
@FredericoC
FredericoC / composer.json
Created July 25, 2019 00:35
Install Go-live-pro via composer
{
"repositories": [
{
"type": "package",
"package": {
"name": "matlipe/go-live-update-urls-pro",
"type": "wordpress-plugin",
"version": "2.6.0",
"dist": {
"url": "https://matlipe.com/?download_file....",
@FredericoC
FredericoC / functions.php
Last active July 23, 2019 06:08
Go Live CLI
<?php
if ( defined( 'WP_CLI' ) && WP_CLI ) {
// Custom "Go Live Pro CLI"
if ( defined( 'GO_LIVE_UPDATE_URLS_PRO_DIR' ) ) {
require_once 'go-live-pro-cli.php';
}
}
@FredericoC
FredericoC / keybase.md
Created February 19, 2017 23:40
keybase.md

Keybase proof

I hereby claim:

  • I am FredericoC on github.
  • I am frederico_c (https://keybase.io/frederico_c) on keybase.
  • I have a public key whose fingerprint is BF2A 104E 9E51 2A26 6863 2011 9199 B5D2 1B6A 7AC7

To claim this, I am signing this object:

@FredericoC
FredericoC / default-template.html
Last active March 7, 2016 02:32
Chargify - Default email template
<!DOCTYPE html>
<html>
<head>
<title>Groundplan</title>
<style type="text/css">
body {
background: white;
font-family: Arial, Verdana;
font-size:12px;
line-height:25px;
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
#54.153.178.243 groundplan.com
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost