Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "wordpress-plugins/real-cookie-banner/src/public/ts/components/config/blocker/noticeBlockerNotActive"

Index

Variables

Const BlockerNoticeNotActive

BlockerNoticeNotActive: FC<{ style?: CSSProperties }> = observer(({ style }) => {const {optionStore: { blockerActive, allBlockerCount }} = useStores();return (!blockerActive &&allBlockerCount > 0 && (<div className="notice notice-warning inline below-h2 notice-alt" style={style}><p>{__("Content Blockers are globally deactivated in the settings and are therefore not displayed on your website.")}{" "}&bull; <a href="#/settings">{__("Enable now")}</a></p></div>));})

Generated using TypeDoc