Skip to content

Commit 3c0dc72

Browse files
authored
gppa-ignore-current-user-filter-for-admins.php: Removed empty line.
1 parent 3f62f26 commit 3c0dc72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gp-populate-anything/gppa-ignore-current-user-filter-for-admins.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* If you've configured a filter based on the "Current User ID" option and wish to ignore that filter for administrators,
77
* this snippet will allow you to do so. Please note that all other filters will still be applied.
88
*
9-
*
109
* This is useful if you wish to show user-specific results to non-admins but want to show all results to admins.
1110
*/
1211
add_filter( 'gppa_object_type_filter_after_processing', function ( $query_builder_args, $args ) {

0 commit comments

Comments
 (0)