spivurno
6/19/2015 - 7:15 PM

new_gist_file_0

add_action( 'all', function() {
	$current_filter = current_filter();
	if( strpos( $current_filter, 'gform_' ) === 0 ) {
		print_r( $current_filter );
		echo '<br />';
	}
} );