Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Variables

Const NoticeAnonymousScriptNotWritable

NoticeAnonymousScriptNotWritable: FC<{}> = observer(() => {const { showNoticeAnonymousScriptNotWritable } = getOtherOptionsFromWindow();return (!!showNoticeAnonymousScriptNotWritable && (<div className="notice notice-warning inline below-h2 notice-alt" style={{ margin: "10px 0 0 0" }}><p>{_i(__("Your {{code}}wp-content{{/code}} folder is not writable. Please check your permissions!"), {code: <code />})}</p></div>));})

Generated using TypeDoc