Empty All Caches"; echo "

$link

"; } // Execute when the admin_notices action is called, but only if W3TC is active if ( $w3tc_active === TRUE ) { add_action( 'admin_notices', 'admin_flush_w3tc' ); } // Style the link function admin_flush_w3tc_css() { // This makes sure that the positioning is also good for right-to-left languages $x = is_rtl() ? 'left' : 'right'; echo " "; } // Add the CSS to the header, but only if W3TC is active if ( $w3tc_active === TRUE ) { add_action( 'admin_head', 'admin_flush_w3tc_css' ); } ?>