gppa_object_type_user_limit_to_current_site

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Filter whether the User object type should have its queries limited to the current site if running on multisite.

Usage

add_filter( 'gppa_object_type_user_limit_to_current_site', '__return_false' );

Parameters

  • $limit_to_current_site boolean

    true to limit user query to current site, false to query users from the entire network.

    Default: true

Since

This filter is available since GP Populate Anything 1.0-beta-3.37.