apply_filters( 'dt_external_connections_per_page', $max_connections ) → {int}
Filter the maximum number of external connections to load.
Modify the maximum number of external connection post types are queried with requesting the post type.
Parameters:
Name | Type | Description |
---|---|---|
$max_connections |
int | The maximum number of external connections to load. |
- Since:
- 2.2.0
- Source:
Returns:
The maximum number of external connections to load.
- Type
- int