total_stats(); $result['dir_smush'] = $stats; // Cumulative Stats. $result['combined_stats'] = $wpsmush_dir->combined_stats( $stats ); // Store the stats in options table. update_option( 'dir_smush_stats', $result, false ); // Send ajax response. wp_send_json_success( $result ); } }