Skip to content

Instantly share code, notes, and snippets.

@codearachnid
Created April 2, 2014 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codearachnid/9932430 to your computer and use it in GitHub Desktop.
Save codearachnid/9932430 to your computer and use it in GitHub Desktop.
Debug Gravity Forms: Notification Attachments
<?php
/*
Plugin Name: Gravity Forms: Notification Attachments Debug
Plugin URI: http://codearachnid.github.io/gf-notification-attachment/
Description: Debug the addon for Gravity Forms to add attachments to notification emails
Version: 1.0
Author: Timothy Wood (@codearachnid)
Author URI: http://codearachnid.com
*/
// Don't load directly
if ( !defined( 'ABSPATH' ) )
die( '-1' );
add_action( 'admin_init', 'gf_notification_debug');
function gf_notification_debug(){
if( class_exists( 'GFForms' ) )
echo GFForms::get_page();
}
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( Favor24@live.com)
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

Favor24@live.com

@Mashfluxd
Copy link

Excuse me but your plugin seems to have shut down my dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment