' . __('Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin.', 'wp-super-cache' ) . '
'; } function wp_supercache_domain_mapping_exists() { global $cache_domain_mapping; if ( $cache_domain_mapping == 1 ) return false; if ( is_admin() && function_exists( 'domain_mapping_warning' ) ) add_action( 'admin_notices', 'wp_supercache_domain_mapping_notice' ); } if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' ) { add_cacheaction( 'add_cacheaction', 'wp_supercache_domain_mapping_exists' ); } ?>