apply_filters( 'dt_network_site_connection_enabled', true ) → {bool}
Filter whether the network connection type is enabled. Enabled by default, return false to disable.
Parameters:
Name | Type | Description |
---|---|---|
true |
bool | Whether the network connection should be enabled. |
- Since:
- 1.0.0
- Source:
Returns:
Whether the network connection should be enabled.
- Type
- bool