GF_LOGGING_DISABLE_NOTICE

Description

Allows the non-dismissible security notice which displays on every WordPress admin page when logging is enabled to be turned off.

Usage

define( 'GF_LOGGING_DISABLE_NOTICE', true );

Placement

This constant should be set in your wp-config.php. See the article Wp Config Options.