I changed this line
define( 'DYNAMIC_CACHE_TEST_TAG', 'kkk' ); // Change this to a secret placeholder tag
if ( DYNAMIC_CACHE_TEST_TAG != 'kkk' ) {
on
define( 'DYNAMIC_CACHE_TEST_TAG', 'kkk' ); // Change this to a secret placeholder tag
if ( DYNAMIC_CACHE_TEST_TAG != '' ) {
and now I see white screen?
when off plugin everything works