get_index_meta(); if ( defined( 'EP_IS_NETWORK' ) && EP_IS_NETWORK ) { $sync_url = network_admin_url( 'admin.php?page=elasticpress-sync' ); } else { $sync_url = admin_url( 'admin.php?page=elasticpress-sync' ); } Stats::factory()->build_stats(); $index_health = Stats::factory()->get_health(); $totals = Stats::factory()->get_totals(); $failed_queries = Stats::factory()->get_failed_queries(); ?>