PUM_Gravity_Forms_Integation::gfrorms_shortcode_atts( $out )


Description Description


Source Source

File: includes/integrations/class-pum-gravity-forms.php

	public static function gfrorms_shortcode_atts( $out ) {
		$out['ajax'] = 'true';

		return $out;
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.