Skip to content

Commit 06e4b2e

Browse files
committed
gcgs-gppa-custom-query-builder-args.php: Added snippet to customize query builder arguments.
1 parent e7de222 commit 06e4b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc-google-sheets/gcgs-gppa-custom-query-builder-args.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Installation:
88
* 1. Install per https://gravitywiz.com/documentation/how-do-i-install-a-snippet/
99
*/
10-
add_filter( 'gcgs-gppa-query-builder-args.php', function( $query_builder_args, $args, $object ) {
10+
add_filter( 'gcgs_gppa_query_builder_args', function( $query_builder_args, $args, $object ) {
1111
/** @var string|string[] */
1212
$filter_value = null;
1313

0 commit comments

Comments
 (0)