Skip to content

Instantly share code, notes, and snippets.

@spivurno
spivurno / gw-gravity-forms-rename-uploaded-files-usage.php
Last active March 12, 2021 19:43
Gravity Wiz // Gravity Forms // Rename Uploaded Files
<?php
/**
* WARNING! THIS SNIPPET MAY BE OUTDATED.
* The latest version of this snippet can be found in the Gravity Wiz Snippet Library:
* https://github.com/gravitywiz/snippet-library/blob/master/gravity-forms/gw-gravity-forms-rename-uploaded-files.php
*/
# First and Last Name
new GW_Rename_Uploaded_Files( array(
'form_id' => 628,
@mschuerig
mschuerig / docker-enter
Last active February 8, 2017 00:50
Enter a running docker container
#! /bin/sh -e
# See
# http://blog.docker.com/2014/06/why-you-dont-need-to-run-sshd-in-docker/
# https://github.com/jpetazzo/nsenter
case "$1" in
-h|--help)
echo "Usage: docker-enter CONTAINER"
exit 0