apply_filters( 'sensei_can_use_users_relationship', $can_use_users_relationship ) → {bool|null}
Filters if site environment is able to make queries including a relationship between users table and others.
Parameters:
Name | Type | Description |
---|---|---|
$can_use_users_relationship |
null | Default value is |
- Since:
- 4.6.4
- Source:
Returns:
Whether the site environment is able to make queries including a relationship between users table and others..
- Type
- bool | null