Skip to content

Instantly share code, notes, and snippets.

View FPCSJames's full-sized avatar

James M. Joyce FPCSJames

View GitHub Profile
@FPCSJames
FPCSJames / 0-kill-mwp-auto-login.php
Last active February 22, 2023 22:24
Disable the ManageWP one-click login feature.
<?php
/*
Plugin Name: Kill MWP Auto Login
Plugin URI: https://gist.github.com/FPCSJames/b9169744e9786a32c0ed8754532428ba
Description: Disable the ManageWP one-click login feature.
Author: Flashpoint Computer Services, LLC
Author URI: https://www.flashpointcs.net
License: GPL2
Network: true
*/
@FPCSJames
FPCSJames / gw-gravity-forms-rename-uploaded-files-usage.php
Last active July 25, 2017 23:49 — forked from spivurno/gw-gravity-forms-rename-uploaded-files-usage.php
Gravity Wiz // Gravity Forms // Rename Uploaded Files
<?php
# First and Last Name
new GW_Rename_Uploaded_Files( array(
'form_id' => 628,
'field_id' => 3,
'template' => '{Name (First):1.3}-{Name (Last):1.6}-{filename}' // most merge tags are supported, original file extension is preserved
) );
# Form Title Merge Tag