apply_filters( 'mc_use_permalinks', $option ) → {bool}
Check whether permalinks are enabled.
Parameters:
Name | Type | Description |
---|---|---|
$option |
string | Value of mc_use_permalinks setting. |
- Source:
Returns:
True value if permalinks are enabled.
- Type
- bool