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