Manual flush isn't possible
-
The action to add the Adminbar Button is commented out.
Also this peace of code looks like an impossible match:
// Build a varniship if ( !defined( 'VHP_VARNISH_IP' ) && VHP_VARNISH_IP ) { $varniship = get_option('vhp_varnish_ip'); } else { $varniship = VHP_VARNISH_IP; }If it’s not defined, AND true — returns false. The else statement will be filled with an undefined value.
The topic ‘Manual flush isn't possible’ is closed to new replies.