Skip to content

Commit 5b1f7dd

Browse files
authored
gw-checkbox-to-acf.php: Fixed URL in header.
1 parent 5721c5a commit 5b1f7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-checkbox-to-acf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Gravity Wiz // Gravity Forms // Map GF Checkbox Field to ACF Checkbox Field (User Meta)
4-
* http://graivtywiz.com/
4+
* https://gravitywiz.com/
55
*/
66
add_filter( 'gform_user_registration_meta_value', function( $value, $meta_key ) {
77
// Update "checkboxes" to your custom field's name.

0 commit comments

Comments
 (0)