Skip to content

Instantly share code, notes, and snippets.

View claygriffiths's full-sized avatar

Clay Griffiths claygriffiths

View GitHub Profile
@claygriffiths
claygriffiths / gp-populate-anything-plus-gp-limit-choices.php
Created June 27, 2020 21:17 — forked from spivurno/gp-populate-anything-plus-gp-limit-choices.php
Gravity Perks // GP Populate Anything + GP Limit Choices
<?php
add_action( 'init', function() {
$gplc_form_id = 123;
$gplc_field_id = 4;
if( is_callable( 'gp_limit_choices' ) ) {
add_filter( "gform_pre_process_{$gplc_form_id}", function( $form ) {