Skip to content

Commit 2715518

Browse files
authored
gpb-set-blocklist-by-field-value.php: Added video instructions and improved description.
1 parent fefcc22 commit 2715518

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

gp-blocklist/gpb-set-blocklist-by-field-value.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
* Gravity Perks // Blocklist // Set Blocklist by Field Value
44
* https://gravitywiz.com/documentation/gravity-forms-blocklist/
55
*
6-
* Video Instructions:
6+
* Video Instructions: https://www.loom.com/share/95b7192628774a3ebd0a0f47a4acd50a
77
*
8-
* Use this snippet to create a blocklist editor form.
8+
* Use this snippet to create a blocklist editor form. We recommend using [Populate Anything][1] to
9+
* populate WordPress' current blocklist into the field. The user can then edit the values and submit
10+
* the form. This snippet will handle updating the blocklist option in the database.
11+
*
12+
* [1]: https://gravitywiz.com/documentation/gravity-forms-populate-anything/
913
*/
1014
// Update "123" to your form ID.
1115
add_action( 'gform_after_submission_123', function( $entry, $form ) {

0 commit comments

Comments
 (0)