Skip to content

Instantly share code, notes, and snippets.

View petertwise's full-sized avatar

Peter Wise petertwise

View GitHub Profile
@petertwise
petertwise / staging-images-main-context.conf
Last active January 23, 2024 06:45
nginx use production media for staging
if (!-f $request_filename){
set $rule_0 1$rule_0;
}
if ($rule_0 = "1"){
rewrite ^/wp-content/uploads/(.*)$ https://example.com/wp-content/uploads/$1 last;
}
@petertwise
petertwise / git-updater-ignore.php
Created January 11, 2024 03:17 — forked from afragen/git-updater-ignore.php
A plugin to ignore specific repositories from Git Updater
<?php
/**
* Plugin Name: Git Updater Ignore
* Plugin URI: https://gist.github.com/afragen/414612961ac500b652862096a54d62d7
* Description: This plugin is used to set Git Updater to ignore specific repository slugs.
* Version: 0.3
* Author: Andy Fragen
* License: MIT
* Requires at least: 5.2
* Requires PHP: 5.6
@petertwise
petertwise / squarecandy-hide-stream-activity-logger.php
Last active July 26, 2023 18:23
Hide Stream plugin from all users except one Admin
<?php
/*
Plugin Name: Square Candy Hide Stream (activity monitor plugin)
Plugin URI: https://gist.github.com/petertwise/5468e4d793c7ad89a32cb8e27de8ae3c
Version: 1.0
Author: Square Candy
Author URI: https://squarecandydesign.com
License: GPLv2
@petertwise
petertwise / plusminus.html
Last active July 14, 2023 03:56 — forked from Farmatique/gist:5c48d1d9b5744117a94901f6ed84f7b5
input[type="number"] plus/minus buttons
<div id="field1">
<button type="button" id="sub" class="sub">-</button>
<input type="text" id="1" value="0" class="field" />
<button type="button" id="add" class="add">+</button>
</div>
@petertwise
petertwise / widow-buster.php
Last active October 14, 2021 02:52
PHP widow buster function - eliminate a single word wrapping to a new line
<?php
function widow_buster( $text, $min_words = 3, $max_chars = 16 ) {
$words = explode( ' ', $text );
$word_count = count( $words );
$char_length = strlen( $words[ $word_count - 2 ] ) + strlen( $words[ $word_count - 1 ] );
// if our minimum word count and maximum character count are met,
@petertwise
petertwise / acf-install-license
Last active January 19, 2024 14:48 — forked from polevaultweb/acf_pro_license_constant.php
Define the Advanced Custom Fields Pro license key with a constant
#!/bin/bash
# Setup ACF Pro to use a license key in wp-config
#
# 1. Place your license key in a file called .acf-license-key somewhere your ssh user has access to it.
# Default is in your home directory: ~/.acf-license-key
# Change the setting below if you need to put it somewhere else
# 2. install this file in /usr/local/bin or someplace in your PATH
# 3. make sure you have WP CLI installed
# 4. run acf-install-license from the root of your wordpress install
@petertwise
petertwise / git-updater-upgrade
Last active May 27, 2021 19:26
Upgrade from github-updater 9.x to git-updater 10.x and git-updater-pro
#!/bin/bash
# Upgrade from github-updater 9.x to git-updater 10.x and git-updater-pro
# Instructions:
# 1. make sure you have WP CLI installed
# 2. install this file in /usr/local/bin or the executable path of your choice and make sure it has execute permissions
# 3. make a file called .gitupdater-download-link with the your personal download link and save it to /user/local/bin
# 4. make a file called .gitupdater-license-key with the your pro license key and save it to /user/local/bin
# 5. cd into your website's root dir and run `git-updater-upgrade`
@petertwise
petertwise / gist:e2ef15bea3bfa044e8b8ae528a3b31bf
Created November 29, 2020 22:29
ACFFA_icon_data values for 4.7.0
a:1:{s:5:"4.7.0";a:3:{s:4:"list";a:675:{s:8:"fa-500px";s:14:"&#xf26e; 500px";s:15:"fa-address-book";s:21:"&#xf2b9; address-book";s:17:"fa-address-book-o";s:23:"&#xf2ba; address-book-o";s:15:"fa-address-card";s:21:"&#xf2bb; address-card";s:17:"fa-address-card-o";s:23:"&#xf2bc; address-card-o";s:9:"fa-adjust";s:15:"&#xf042; adjust";s:6:"fa-adn";s:12:"&#xf170; adn";s:15:"fa-align-center";s:21:"&#xf037; align-center";s:16:"fa-align-justify";s:22:"&#xf039; align-justify";s:13:"fa-align-left";s:19:"&#xf036; align-left";s:14:"fa-align-right";s:20:"&#xf038; align-right";s:9:"fa-amazon";s:15:"&#xf270; amazon";s:12:"fa-ambulance";s:18:"&#xf0f9; ambulance";s:38:"fa-american-sign-language-interpreting";s:44:"&#xf2a3; american-sign-language-interpreting";s:9:"fa-anchor";s:15:"&#xf13d; anchor";s:10:"fa-android";s:16:"&#xf17b; android";s:12:"fa-angellist";s:18:"&#xf209; angellist";s:20:"fa-angle-double-down";s:26:"&#xf103; angle-double-down";s:20:"fa-angle-double-left";s:26:"&#xf100; angle-double-left";s:21:"fa-angle-double
@petertwise
petertwise / fitgittags
Created November 23, 2020 20:41
Script to fix mixed tags in 0.0.0 and v0.0.0 formats that cause issues with GitHub updater
# Script to fix mixed tags in 0.0.0 and v0.0.0 formats that cause issues with GitHub updater
# modified from https://stackoverflow.com/a/25939259/947370
# Loop over tags
git tag -l | while read -r tag
do
# skip if it's already in v0.0.0 format
if [[ $tag == v* ]] ;
then
@petertwise
petertwise / give_anonymous_email_tag.php
Last active June 13, 2020 17:36 — forked from rickalday/give_anonymous_email_tag.php
GiveWP Anonymous Donation Email Tag
<?php
// Plugin Name: GiveWP Add Email Tag for Anonymous Checkbox
function give_anonymous_email_tag( $email_tags ) {
// Adds an email tag called {give_anonymous_status} to indicate whether the donor opted in or not.
$email_tags[] = array(
'tag' => 'give_anonymous_status', // The tag name.
'desc' => __( 'This outputs whether the donor opted-in to the anonymous option', 'give' ), // For admins.
'func' => 'render_give_anonymous_status_email_tag', // Callback to function below.
'context' => 'donation',
);