Filename: gpml-supported-field-types.php
gpml-supported-field-types.php
<?php /** * Gravity Perks // GP Media Library // Filter Supported Field Types * https://gravitywiz.com/documentation/gravity-forms-media-library/ */ add_filter( 'gpml_supported_field_types', function( $supported_field_types ) { $supported_field_types[] = 'example_field_type'; return $supported_field_types; } );
Your email address will not be published. Required fields are marked *
Comment *
Notify me of followup comments via e-mail
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.
Δ