Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save claygriffiths/e576330d767b95ead39b67f44ba6224e to your computer and use it in GitHub Desktop.
Save claygriffiths/e576330d767b95ead39b67f44ba6224e to your computer and use it in GitHub Desktop.
GP Populate Anything: List users from entire Multisite Network
<?php
/**
* See https://gravitywiz.com/documentation/how-do-i-install-a-snippet/ for details on how to install snippets like these.
*
* Requires GP Populate Anything 1.0-beta-3.38 or newer
*/
add_filter( 'gppa_object_type_user_limit_to_current_site', '__return_false' );
@KZeni
Copy link

KZeni commented Aug 5, 2020

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment