apply_filters( 'sensei_settings_woocommerce_hide', $hide_woocommerce_settings ) → {bool}
Filters the woocommerce promo settings section.
Hook used to hide woocommerce promo banner and section.
Parameters:
Name | Type | Description |
---|---|---|
$hide_woocommerce_settings |
bool | Boolean value that defines if the woocommerce promo banner should be hidden. |
- Since:
- 4.1.0
- Source:
Returns:
Filtered boolean value that defines if the woocommerce promo banner should be hidden.
- Type
- bool